制作动态桌面---- flash壁纸
动态的画面只限于屏保?非也~~:bq013
桌面壁纸,也可以是动态,方法就是,将flash代入~:bq018
[color=Navy](偶是windows xp呀,尚不知以下方法在vista环境下能否实行)[/color]
首先自行准备一个flash(不管是怎样的),
然后打开记事本,输入以下代码
[color=Red](别直接复制就是了啊,里面需要改你的flash名字,萤幕高、宽)[/color]:bq009
<!--代码开始-->
<HTML>
<BODY>
<body leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" LANGUAGE="javascript" bgcolor="#0080F0" >
<table border="0" width="100%" height="100%">
<tr>
<td width="100%" height="100%" valign="top" align="center">
<font face="Verdana" color="#FFFF00" size="3">
</font>
</td>
</tr>
</table>
<div style="position:absolute; width:100%; height:100%; z-index:-2; left:0; top:0">
<table border="0" width="100%" height="100%">
<tr>
<td width="100%" height="100%" >
</td>
</tr>
</table>
</div>
<div style="position:absolute; width:100%; height:100%; z-index:-1; left:0; top:0">
<table border="0" width="100%" height="100%">
<tr>
<td width="100%" height="100%" >
<!--width="1024" height="768" 这里是设置动画的大小.注意要给分辨率相同.要不会很难看的.-->
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="1024" height="768">
<!--这里要改成你自己动画的名字-->
<param name="movie" value="改成你的FLASH动画名字.swf">
<param name="quality" value="high">
<!--width="1024" height="768" 这里也是设置动画的大小.注意要给分辨率相同.给上边的一样就可以了.这里也要修改 src="你的FLASH动画名字.swf" -->
<embed src="改成你的FLASH动画名字.swf" quality="high"pluginspage="http://www.macromedia.com/go/getflashplayer"type="application/x-shockwave-flash"
width="1024" height="768"></embed>
</object>
</BODY></HTML>
<!--代码结束-->
储存,格式选 "全部格式",档名改成(名字随填).html
[color=Red]储存位置必须是与flash同一地址![/color]:bq011
最后,按右键“属性” =>桌面 =>搜寻打开刚刚完成的html =>按OK。
瞧,动态壁纸呢~:bq018
[attach]134023[/attach]
不会占资源,几乎没影响(除非你用的是庞大体积的flash)
[color=DarkSlateBlue]这里提供一个网站,那里有一些适合作为flash壁纸的资源:[/color]:bq014
网址是:[url]http://www.artdigitaldesign.com/desktop-animated-wallpaper/?multimedia/animated-wallpapers/[/url]
每个压缩包里已经包括flash和html文件了
[color=DarkSlateGray]小小提示:[/color]:bq014
[attach]134025[/attach]
[color=DarkSlateGray]桌面换成flash后,按右键可能出现flash的选项而已,[/color]
[color=DarkSlateGray]在开始菜单=>控制台=>显示器就可以打开 ”右键属性“ 以更换壁纸~[/color]
============== ============== =============== =============== ============ =============== ========== ========
另外,
游戏性质的flash也可以如法炮制哦~:bq018
不过偶实验过了,若用以上的代码,游戏运行起来不太顺畅,
以下代码适用于游戏flash~
[attach]134024[/attach]
<html>
<head>
<!--
body {
background-color: #000000;
margin:0;
padding:0;
}
table {
border-collapse: collapse;
}
.style1 {color: #FFFFFF}
a {
font-size: xx-small;
color: #fff;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #fff;
}
a:hover {
text-decoration: none;
color: #fff;
}
a:active {
text-decoration: none;
color: #fff;
}
-->
</style>
</head>
<body>
<table width="100%" height="100%" border="0" align="center" >
<tr>
<td align="center" valign="middle">
<div align="center">
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"width="萤幕宽度" height="萤幕高度" align="absmiddle">
<param name="movie" value="改成你的FLASH动画名字.swf">
<embed src="duckhunt" width="萤幕宽度" height="萤幕高度"align="absmiddle"pluginspage="http://www.macromedia.com/go/getflashplayer"type="application/x-shockwave-flash"></embed>
</body>
</html>
[color=Indigo]若觉得文章还不错或喜欢就帮忙顶一顶吧~~[/color]:bq016 :tsj54 :tsj58 确实不错的文章 只是俺的系统就是作者大大不敢确认的vista 汗~~ [font=楷体_GB2312][color=Red] 这个挺有意思的!呵呵 [/color][/font] 多谢 有时间试下:yct75 不知不觉,进DT也有几个月了,支持了~~~继续支持~~ 太有意思了,绝对吸引眼球 这种还是很难普及吧~ 没话说你太牛X了.:yct21
谢谢
非常谢谢分享 嘿嘿:yct20 感谢亲的分享~不过找不到喜欢的f……:yct15 真的很不错的啊 试了一下为何却不好使................ 大哥,你太强了。我服了。。 牛啊 我要仔细看看 一会也弄个试试 哈哈 呵呵刚才弄了 不过我用的方法跟你不一样 用了 一软件 比这方便多了 ~ 不错```挺好玩的``` 看不太懂,有空研究一下 有点麻烦呵呵不过很不错的 哇~~~从来米想过~~赞到暴~~:yct21 好玩,偶要试试 好有意思哦 有下载的吗?提供flash哦 没什么兴趣!!! 试了,不错,,不过我没有好的FLASH 郁闷啊,,谢谢LZ
来交个作业 支持了~~~继续支持~~ 晕!网上早教过了还比你简单的多
根本不需要什么这么麻烦
页:
[1]




