码迷,mamicode.com
首页 > Web开发 > 详细

html修改视频速度

时间:2021-04-19 15:53:42      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:too   nload   java   type   img   UNC   asc   ntb   controls   

<!DOCTYPE html>
<html>
    <head>
        <script type="text/javascript">
            window.onload=function(){
                document.getElementById("too").playbackRate=10;
            }
        </script>
    </head>
    <body>
        <video id="too" src="../img/pra.mp4"  width="544" height="960" controls autoplay></video>
    </body>
</html>

html修改视频速度

标签:too   nload   java   type   img   UNC   asc   ntb   controls   

原文地址:https://www.cnblogs.com/fate-/p/14670533.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!