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

html5 video获取实时播放进度的方法

时间:2019-11-17 10:32:48      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:tofixed   var   console   res   ntb   turn   element   time   return   

getvideoprogress();

function getvideoprogress() {
setTimeout(function () {
var vid = document.getElementById("video1");
var currentTime=vid.currentTime.toFixed(1);
if(currentTime==1.2){
//触发
return false;
}
console.log(currentTime);
getvideoprogress();
}, 50);
}

html5 video获取实时播放进度的方法

标签:tofixed   var   console   res   ntb   turn   element   time   return   

原文地址:https://www.cnblogs.com/newmiracle/p/11875159.html

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