Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
http://code.google.com/p/swfobject/
如何通过 swfobject 将 onclick 事件绑定到 flash?
例如我需要添加onclick url,因为点击时没有内置url。
谢谢。
<a id="clickpopup1" class="video1" href="#">Popup Link 1</a> <script type="text/javascript"> $(function() { $('#clickpopup1').click(); } </script>
从工作文件中提取它,以 jquery 格式,希望这会有所帮助