|
1 透明Flash的使用方法:
在插入flash的代码中插入<param name="wmode" value="transparent">即可实现flash背景透明 如:
<table width="605" height="136" border="0" cellpadding="0" cellspacing="0" background="/user/tool/imag/logo160-60.gif"> <!--设置单元格背景为图片背景(当然要放一个好看的了) -->
<tr>
<td><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="605" height="136">
<param name="movie" value="http://www.dabaoku.com/flash/flash/132.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent"> <!--这里代码可使Flash背景透明 -->
<embed src="user/tool/imag/heiqq.swf" width="605" height="136" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>
</object></td>
</tr>
</table>
以上代码适合dreamweaver插入的flash代码
如果是在frontpage插入flash代码设置如下:
<embed src="user/tool/imag/heiqq.swf" quality=high width=605 height=136 wmode=transparent type=application/x-shockwave-flash></embed>
<!-- wmode=transparent这一段是设置背景透明--><IMG border=0 src="http://a.cdn.zhuolaoshi.cn/user/tool/imag/logo160-60.gif"></FONT></P> <P><FONT color=#9222dd> </P></FONT>
2 透明flash制作方法代码
<embed style=“LEFT: 5px; POSITION: absolute; TOP: -20px“ align=right src=“透明FLASH地址“ width=900 height=535 type=application/x-shockwave-flash wmode=“transparent“ quality=“high“>