【发布时间】:2010-03-27 12:55:58
【问题描述】:
http://code.google.com/p/swfobject/
如何通过swfobject绑定onclick事件到flash?
例如我需要添加onclick url,因为点击时没有内置url。
谢谢。
【问题讨论】:
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 格式,希望对您有所帮助
【讨论】: