Cob*_*oby 10
DEMO - 切换标签会暂停所有播放的视频.
通过使用YouTube播放器API,您可以播放/暂停/停止视频.
<script src="//www.youtube.com/iframe_api"></script>
<iframe width="510" height="287" src="//www.youtube.com/embed/VIDEO_ID?enablejsapi=1" frameborder="0" allowfullscreen></iframe>
<script>
$(function(){
$('iframe[src*="//www.youtube.com/embed/"]').each(function(i) {
this.contentWindow.postMessage('{"event":"command","func":"pauseVideo","args":""}', '*');
});
});
</script>
Run Code Online (Sandbox Code Playgroud)
请注意?enablejsapi=1附加到YouTube嵌入网址中的查询字符串iframe.
| 归档时间: |
|
| 查看次数: |
3680 次 |
| 最近记录: |