【发布时间】:2012-05-01 17:43:47
【问题描述】:
这里是简单的代码:http://jsfiddle.net/YAFuW/1/
基本上我尝试这样使用:
<iframe src="http://player.vimeo.com/video/40977539?api=1" width="400" height="225" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
<a href="#">STOP</a>
$('a').click(function() {
alert('stoped');
froogaloop.api('unload');
});
【问题讨论】:
标签: jquery jquery-plugins vimeo