网页中插入透明Flash的方法和技巧.docVIP

  • 3
  • 0
  • 约1.32千字
  • 约 3页
  • 2018-04-07 发布于北京
  • 举报

网页中插入透明Flash的方法和技巧.doc

网页中插入透明Flash的方法和技巧   将Flash作品插入网页的时候,我们有时候会需要将它设为透明的,有时候我们需要在Flash的背面插入一些漂亮的图片,搭配出漂亮的效果……下面我们介绍一些将Flash插入网页中的透明的设置技巧。      一、Swf透明(无坐标控制)      首先,教大家最简单的插入Flash的代码,透明(无坐标控制):   注意:wmode="transparent"是控制Flash是否透明显示的,如果不想让它显示为透明的,直接把wmode="transparent"去掉即可。      <EMBEDheight=60pluginspage=http://www.macromedia.com/go/getflashplayersrc=http://www./flash/flash.swftype=application/x-shockwave-flashwidth=468wmode="transparent"quality="high"></EMBED>      二、Swf透明(绝对坐标控制)      再教教大家加入绝对坐标的透明Flash。绝对坐标意味着不管你的窗口拉多大,那个Flash依然乖乖地在原地不动。      <EMBEDstyle="LEFT:60px;WIDTH:468px;POSITION:absolute;TOP:200px;HEIGHT:1000px"align=rightsrc=http://www./flash/flash.swfwidth=568height=60type=application/octet-stream;;quality="high"wmode="transparent"></EMBED>      三、Swf透明(相对坐标控制)      最后,教教大家如何加入相对坐标的透明Flash。   注意下面代码的table部分,这主要是使用表格作为容器,把Flash“装”到表格里,这样不管浏览者把浏览器拉多大,Flash永远和表格一起动。而且,表格可以设置背景图片,表格上面再放一个透明Flash与背景图片相配合,效果很好。      <tableborder="0"cellPadding="0"cellSpacing="0"width=600height=382align=center   background=http://www./flash/backgroud.jpg>   <TDwidth=600height=382><EMBEDpluginspage=http://www.macromedia.com/go/getflashplayer   src=http://www./flash/flash.swfwidth="100%"height="100%"   type=application/x-shockwave-flashwmode="transparent"   quality="high"></EMBED></TD></td></table> 3

文档评论(0)

1亿VIP精品文档

相关文档