标签: javascript flash html5-video video.js
当浏览器不支持html5时,如何设置videojs中的当前时间,以便使用flash。 如果浏览器支持html5这个代码是好的:
player.on("loadeddata", function(){ player.currentTime(current_video.sec1); player.play(); });
有什么想法吗?