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

js获取video的播放时长

时间:2018-07-09 17:54:26      阅读:430      评论:0      收藏:0      [点我收藏+]

标签:gre   code   时长   int   ogre   class   color   out   res   

 
 1 setTimeout(function () {
 2               var vid = document.getElementById("videoIntro");
 3               var currentTime=vid.currentTime.toFixed(1);
 4               if(currentTime==1.2){
 5                   //触发
 6                   return false;
 7               }
 8               console.log(currentTime);
 9               getvideoprogress();
10           }, 1000);
11   function getvideoprogress() {
12     setTimeout(function () {
13               var vid = document.getElementById("videoIntro");
14               var currentTime=vid.currentTime.toFixed(1);
15               if(currentTime==1.2){
16                   //触发
17                   return false;
18               }
19               console.log(currentTime);
20               getvideoprogress();
21           }, 1000);
22   }

 

js获取video的播放时长

标签:gre   code   时长   int   ogre   class   color   out   res   

原文地址:https://www.cnblogs.com/chenlove/p/9284818.html

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