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

Popular posts from this blog

Using django-mptt to get only the categories that have items -

ruby - Train neural network with sine function -

javascript - Java with RWeka packege -