如果在收听soundcloud音频时暂停youtube视频,反之亦然
<span class="soundcloud_embed" id="soundcloud_post_312">
<iframe id="ui-id-1" width="100%" height="300" scrolling="no"
frameborder="no" src="https://w.soundcloud.com/player/?
url=https%3A//api.soundcloud.com/tracks/163100334&
color=%23ff5500&
auto_play=false&hide_related=false&show_comments=true&
show_user=true&show_reposts=false&show_teaser=true&
visual=true">
</iframe>
</span>
<span class="youtube_embed" id="youtube_post_309">
<iframe id="ui-id-2" width="560"height="315" src="https://www.youtube.com/
embed/M7lc1UVf-VE" frameborder="0" gesture="media"
allow="encrypted-media" allowfullscreen></iframe>
</span>
我在这个链接找到了源代码 Pause Youtube embed when playing Soundcloud embed
答案 0 :(得分:0)
如果您需要控制播放器,则需要IFrame API。
IFrame播放器API可让您在自己的视频播放器上嵌入YouTube视频播放器 网站并使用JavaScript控制播放器。
阅读文档以开始使用。有starter guide可以帮助您使用API。根据您要使用的功能,代码也可作为参考。
对于requirements,请记住这一点。
用户的浏览器必须支持HTML5 postMessage功能。最 现代浏览器支持postMessage,尽管Internet Explorer 7支持 不支持它。