<div style="z-index:-1"> <!--1.设置FLASH为底层-->
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="150" height="350">
<param name="wmode" value="transparent">
<param name="movie" value="{$data.img}" />
<param name="quality" value="high" />
<embed src="{$data.img}" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="150" height="350" wmode="transparent"></embed><!--2.必须把FLASH设置为透明 蓝色部分在IE里可实现,桔黄色部分在火狐里可以实现-->
</object> </div>
<div id="CoverLayer" style="cursor: hand; position:absolute; width:150px; height:350px; z-index:1; visibility: visible; top:0px;right:0px;"><a href={$data.url} target="_blank">
<img src="images/350150.gif" width="150" height="350" border="0"></a></div>
为flash添加动态链接
最新推荐文章于 2021-06-04 04:35:58 发布