关于添加五种FLASH雪花效果的源代码和方法
1、在顶部带滚动的雪花
<DIV><EMBED style="LEFT: 10px; POSITION: absolute; TOP: -50px" align=right src=http://imgfree.21cn.com/free/flash/64.swf width=800 height=500 type=application/x-shockwave-flash QUALITY="high" WMODE="transparent"></EMBED></DIV>
2、小一点的六角行雪花
<DIV><EMBED style="LEFT: 10px; WIDTH: 800px; POSITION: absolute; TOP: 155px; HEIGHT: 284px" align=right src=http://imgfree.21cn.com/free/flash/68.swf width=800 height=284 type=application/x-shockwave-flash QUALITY="high" WMODE="transparent"></EMBED></DIV>
3、相对上面那个比较大一点的雪花
<DIV><EMBED style="LEFT: 10px; POSITION: absolute; TOP: -70px" align=right src=http://imgfree.21cn.com/free/flash/23.swf width=800 height=600 type=application/x-shockwave-flash WMODE="transparent" QUALITY="high"></EMBED></DIV>
4、圆形的白色雪花
<DIV><EMBED style="LEFT: 10px; WIDTH: 800px; POSITION: absolute; TOP: -70px; HEIGHT: 376px" align=right src=http://lain1978.com/collection/flash/008.swf width=800 height=376 type=application/x-shockwave-flash QUALITY="high" WMODE="transparent"></EMBED></DIV>
5、雪橇雪花的Flash代码(特别适用女孩子)
<DIV><EMBED style="LEFT: 0px; POSITION: absolute; TOP: -70px" align=right src=http://imgfree.21cn.com/free/flash/188.swf width=800 height=600 type=application/x-shockwave-flash ; quality="high" wmode="transparent"></EMBED></DIV>
6、随鼠标滑过,雪花飘飘
点此查看效果:http://imgfree.21cn.com/free/flash/130.swf
<EMBED style="LEFT: 10px; POSITION: absolute; TOP: -70px" align=right src=http://imgfree.21cn.com/free/flash/130.swf width=800 height=600 type=application/x-shockwave-flash wmode="transparent" quality="high"></EMBED>
代码说明:其实这些透明FLASH雪花特效的代码都是一样的,只是雪花的地址不一样而已。其中width="800"为flash的宽,height="600"为flash的高;left: 为从左向右移的位置,top: 为从上向下移的位置;更改其中的宽和高可以改变雪花的大小!
关于添加五种FLASH雪花效果的源代码和方法
2024-08-28 浏览:113