html修改视频速度

时间:2021-04-19 15:53:42   收藏:0   阅读:0
<!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>
评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!