0
A
回答
0
看看我的功能定義在這個答案:Listening for Youtube Event in JavaScript or jQuery。
在你的情況下,實現的核心功能,如下所示(小提琴:http://jsfiddle.net/w2w5x/)
// Core functions defined at https://stackoverflow.com/q/7988536#7988536
var player;
YT_ready(function(){
var frameID = getFrameID("YOUR-frame-or-container-ID-here");
if (frameID) { //If the frame exists
player = new YT.Player(frameID, {
events: {
"onStateChange": function(event){
if(event.data == "0") {
//The video has finished
alert("The video has finished!");
//Do something, example: play again
player.playVideo();
}
}
}
});
}
});
相關問題
- 1. 修改YouTube API iframe訂閱計數器
- 2. 訂閱YouTube API
- 3. Youtube訂閱api [錯誤]
- 4. 動態訂閱/取消訂閱活動
- 5. Youtube API動態iFrame
- 6. 訂閱Spotify活動
- 7. 訂閱youtube js
- 8. 取消訂閱/訂閱活動危險?
- 9. 訂閱和取消訂閱活動
- 10. YouTube的API不返回所有訂閱
- 11. Android Studio和Youtube API訂閱者數量?
- 12. YouTube的API - 訂閱newsubscriptionvideos發佈時間
- 13. ios google + api youtube訂閱頻道
- 14. 是否有Youtube訂閱按鈕的API?
- 15. YouTube數據API接收訂閱源
- 16. 的YouTube訂閱V3
- 17. Youtube Iframe API
- 18. 訂閱VBA中的活動?
- 19. 在Global.Asax中訂閱活動
- 20. 單次活動訂閱
- 21. 嘗試與多用戶訂閱活動訂閱並訂購它
- 22. 的Youtube iframe的API阻止裝載混合活動內容
- 23. Youtube IFrame API without Cookies
- 24. YouTube iframe API Uncaught TypeError
- 25. 使用Youtube Iframe API
- 26. Youtube嵌入iframe API
- 27. youtube iframe api loadVideoById()error
- 28. YouTube IFrame API錯誤
- 29. Embed Youtube訂閱計數器?
- 30. 訂閱YouTube頻道按鈕