开发者

swfobject onclick bind event to flash

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜