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

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

时间:2019-11-17 11:09:16      阅读:230      评论:0      收藏:0      [点我收藏+]

标签:html5   fixed   进度   set   out   gre   ogre   tofixed   progress   

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获取实时播放进度的方法

标签:html5   fixed   进度   set   out   gre   ogre   tofixed   progress   

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

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