扬扬这么长时间以来发现最全的透明FLASH,共138个,快拿去美化你的网页吧~
自助下载,不用客气~嘻嘻~~
下载地址为:
http://imgfree.21cn.com/free/flash/1.swf
…… ……
http://imgfree.21cn.com/free/flash/9.swf
http://imgfree.21cn.com/free/flash/10.swf
…… ……
http://imgfree.21cn.com/free/flash/99.swf
http://imgfree.21cn.com/free/flash/100.swf
…… ……
http://imgfree.21cn.com/free/flash/138.swf
中间省略号部分自己加,用Flashget“添加成批任务”很方便的哦~

问:何为透明的Flash?我们为什么要用透明的Flash??
答:Flash比GIF动画要漂亮些,我们把它设为透明后,Flash的背面我们可以插入一些漂亮的图片与之搭配达到很漂亮的效果;或者仅仅在网页中加入透明的Flash,乱跑的Flash动画不会影响浏览者看你的博客。可吸引更多的人来拜访你哦~~
当然不可不提的是,插入Flash也需谨慎,因为它会使网页加载速度明显变慢。

附送我在网页中加入Flash的代码,教教不会的朋友们。
(一)首先教大家最简单的插入Flash的代码,透明,无坐标控制:
注意wmode="transparent"是控制Flash是否透明显示的,如果不想让它显示为透明的,直接把wmode="transparent"去掉即可。

<EMBED pluginspage=http://www.macromedia.com/go/getflashplayer src=http://imgfree.21cn.com/free/flash/17.swf width=500 height=360 type=application/x-shockwave-flash quality="high" wmode="transparent"></EMBED>

(二)再教教大家加入绝对坐标的透明Flash,绝对坐标意味着不管你的窗口拉多大,那个Flash依然乖乖地在原地不动:

<EMBED style="LEFT: 250px; WIDTH: 550px; POSITION: absolute; TOP: 200px; HEIGHT: 1000px" align=right src=http://user.hjenglish.com/yangbb/pics/snow.swf width=500 height=2000 type=application/octet-stream ;; quality="high" wmode="transparent">
效果见下面的帖子:http://www.hjbbs.com/dispbbs.asp?boardID=43&ID=193239

(三)最后教教大家如何加入相对坐标的透明Flash,注意下面代码的table部分,这主要是使用表格作为容器,把Flash“装”到表格里,这样不管浏览者把浏览器拉多大,Flash永远和表格一起动。而且,表格可以设置背景图片,表格上面再放一个透明Flash与背景图片相配合,哇塞,效果好得不得了!~

<TABLE height=382 cellSpacing=0 cellPadding=0 width=600 align=center background=http://image.hjbbs.com/img/200410/200410259222581234.jpg border=0>
<TBODY>
<TR>
<TD width=600 height=382><EMBED pluginspage=http://www.macromedia.com/go/getflashplayer src=http://user.hjenglish.com/yangbb/pics/hearts.swf width="100%" height="100%" <BR>type=application/x-shockwave-flash wmode="transparent" quality="high"></EMBED></TD></TD></TR></TBODY></TABLE>
效果见下面的帖子:http://www.hjbbs.com/dispbbs.asp?boardID=43&ID=174779

To add OBJECT and EMBED tags manually:
- Copy the HTML code below and paste it into your HTML.
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
WIDTH="550" HEIGHT="400" id="myMovieName">
<PARAM NAME=movie VALUE="myFlashMovie.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="/support/flash/ts/documents/myFlashMovie.swf" quality=high bgcolor=#FFFFFF WIDTH="550" HEIGHT="400"
NAME="myMovieName" ALIGN="" TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
</EMBED>
</OBJECT>
- Edit the attributes of the tags for the movie.
- Change the HEIGHT and WIDTH parameters to match the height and width of the movie dimensions or use percentage values, if desired.
- Change "moviename.swf" where it appears in the OBJECT and EMBED tags to the name of movie to be played.
posted on 2005-03-23 15:41
沪江肥兔 阅读(26069)
评论(41) 编辑 收藏 所属分类:
资源共享