我在一个页面中有两个iframe。
<iframe id="video" width="420" height="315" src="//www.youtube.com/embed/9B7te184ZpQ?rel=0" frameborder="0" allowfullscreen></iframe>
<iframe id="video1" width="420" height="315" src="//www.youtube.com/embed/9B7te184ZpQ?rel=0" frameborder="0" allowfullscreen></iframe>
我想访问iframe的onplay()
事件,然后我可以在播放第一个视频(#Video1
)时停止第二个视频(#Video
)并停止第一个视频({{1播放第二个(#Video
)。
可以使用#Video1
,但我不想使用它,因为我有其他网址视频而不是Youtube视频(这里我把youtube链接改为orignal链接以避免版权)。除了YoutubeAPI
之外还有其他方法吗? YoutubeAPI
未处理其他链接资源。请建议。
答案 0 :(得分:0)
它有两个/([^#]*)(?::(?!:))/g
。首先,您需要在<iframe>
之间切换。
Is there a way to change context to iframe in javascript console?
之后,在这里我的代码如何访问iframe
<iframe>