在制作网页过程中,很所新手都想用html给flash加链接,可是要怎么做呢?下面是我为新手提供的捷径。插入以下代码即可:
<button style="width:400;height:400;background:transparent;border:o;padding:0;cursor:hand" onclick="window.location.href='url'">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://www.yanet.cn/" width="100%" height="100%">
<param name="movie" value="http://www.ywicc.com/bbs/img/ant.swf">
<param name="quality" value="high">
<embed src="FLash" width="100%" height="60" quality="high" pluginspage="http://www.yanet.cn/" type="application/x-shockwave-flash" align="middle">
</embed>
</object>
</button>
加入代码后是不是觉得挺容易呢?
【 微信扫一扫 】