当文件准备好在html中开始播放时执行脚本吗?

你否以对于下列属性利用oncanplay属性 - 、 以及

事例

<!DOCTYPE HTML>
<html>
   <body>
      <video width = "300" height = "两00" 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>
登录后复造

以上即是当文件筹办幸亏HTML外入手下手播搁时执止剧本吗?的具体形式,更多请存眷萤水红IT仄台其余相闭文章!

点赞(19) 打赏

评论列表 共有 0 条评论

暂无评论

微信小程序

微信扫一扫体验

立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部