javascript - Videojs flash api currentTime -
how can set currenttime in videojs when browser not support html5 use flash. if browser support html5 code good:
player.on("loadeddata", function(){ player.currenttime(current_video.sec1); player.play(); });
any ideas?
Comments
Post a Comment