In iframe tags how to stop the video autoplay

后端 未结 0 1211
孤独总比滥情好
孤独总比滥情好 2020-12-09 18:16

Press play and wait for the video to end.

var vid = document.getElementById(\"myVideo\"); vid.onended = function() { alert(\"The video has ended\"); };
相关标签:
回答
  • 消灭零回复
提交回复
热议问题