您可以對以下屬性使用oncanplay屬性 – 、、
示例
<!DOCTYPE HTML>
<html>
<body>
<video width = "300" height = "200" controls oncanplay = "display()">
<source src = "/html5/foo.ogg" type = "video/ogg" />
<source src = "/html5/foo.mp4" type = "video/mp4" />
Your browser does not support the video element.
</video>
<script>
alert("I am ready to begin.");
</script>
</body>
</html>
登錄后復(fù)制
以上就是當(dāng)文件準(zhǔn)備好在HTML中開始播放時(shí)執(zhí)行腳本嗎?的詳細(xì)內(nèi)容,更多請關(guān)注www.92cms.cn其它相關(guān)文章!






