开发者

swfobject onclick bind event to flash

开发者 https://www.devze.com 2022-12-24 16:26 出处:网络
http://code.google.com/p/swfobject/ How to bind onclick event to flash via swfobject? For example i need to add onclick url, because there isn开发者_运维百科\'t built in url on click.

http://code.google.com/p/swfobject/

How to bind onclick event to flash via swfobject?

For example i need to add onclick url, because there isn开发者_运维百科't built in url on click.

Thanks.


<a id="clickpopup1" class="video1" href="#">Popup Link 1</a>

<script type="text/javascript">
$(function() {
$('#clickpopup1').click();
}



</script>

pulled it from a working file, in jquery format, hope this helps

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号