1 透明Flash的使用方法:
在插入flash的代码中插入<param name="wmode" value="transparent">即可实现flash背景透明
如:
<table width="605" height="136" border="0" cellpadding="0" cellspacing="0" background="http;//www.dabaoku.com/flash/images/logo5.jpg"> <!--设置单元格背景为图片背景(当然要放一个好看的了) -->
<tr>
<td><object class>
<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="http://www.dabaoku.com/flash/flash/132.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>

相关文章:

  • 2021-11-16
  • 2022-12-23
  • 2022-12-23
  • 2022-01-18
  • 2021-06-30
  • 2022-01-07
  • 2021-07-27
  • 2021-09-19
猜你喜欢
  • 2022-12-23
  • 2021-07-12
  • 2022-12-23
  • 2021-06-21
  • 2022-02-23
  • 2021-12-11
  • 2022-12-23
相关资源
相似解决方案