服装之乡:如何制作透明背景的Flash

来源:百度文库 编辑:中科新闻网 时间:2024/04/30 10:03:50
就是Banner上经常看到的那种流光效果,呵呵

只要在做FLASH时不加入一个背景图片,就行了.不过用的时候要在插入FLASH时生成的代码中加代码
<param name="wmode" value="transparent">
位置如下:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="778" height="67">
<param name="movie" value="shi.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<embed src="shi.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="778" height="67"></embed></object>

加入<param name="Wmode" value="transparent">