我的網頁中有一個iframe視頻列表。停止所有在點擊鏈接時播放iframe視頻javascript
<iframe width="520" height="360" src="http://www.youtube.com/embed/2muxrT5_a6E" frameborder="0" allowfullscreen></iframe>
<iframe width="520" height="360" src="http://www.youtube.com/embed/2muxrT5_a6E" frameborder="0" allowfullscreen></iframe>
<iframe width="520" height="360" src="http://www.youtube.com/embed/2muxrT5_a6E" frameborder="0" allowfullscreen></iframe>
<a href="#" class="close">Stop all videos</a>
我需要停止在點擊鏈接Stop all videos
所有玩的iframe視頻。我怎樣才能做到這一點?
看到的是https://開發商。 google.com/youtube/iframe_api_reference – OammieR