flash按钮事件代码

动画没有超链接的情况下,在网页上实现
<button style="你的FLASH宽度;height:你的FLASH高度;background:transparent;border:o;padding:0;cursor:hand" onclick="window.location.href='链接地址'">
<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="460" height="145">
        <param name="movie" value="images/swf/5.swf">
        <param name="quality" value="high">
        <param name="wmode" value="transparent">
        <embed src="images/swf/5.swf" width="460" height="145" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>
      </object></button>
原文地址:https://www.cnblogs.com/gyxdbk/p/1431030.html