在Flash上强行加链接的问题
用Layer的方式,在Flash上加上链接,可是需要按2下才可以打开链接,想问问有没有更好的方法呢? 代码如下:<div id="img" style="position:absolute; width:767px; height:76px; z-index:1;cursor:hand"><a href="products.asp"><img src="noimage.gif" width="100%" height="100%" border=0" alt="Products"></a></div><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.,0,29,0" width="767" height="76">
<param name="movie" value="products.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<param name="SCALE" value="exactfit">
<param name="control" value="no">
<!--设FLASH为透明-->
<embed src="products.swf" width="767" height="76" quality="high" pluginspage="http://www. type="application/x-shockwave-flash" wmode="transparent" scale="exactfit"></embed></object>