Videojs flash api currentTime

时间:2013-08-28 20:12:27

标签: javascript flash html5-video video.js

当浏览器不支持html5时,如何设置videojs中的当前时间,以便使用flash。 如果浏览器支持html5这个代码是好的:

player.on("loadeddata", function(){
    player.currentTime(current_video.sec1);
    player.play();
});

有什么想法吗?

0 个答案:

没有答案