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

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

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