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) -

delphi - cxGrid : instead of "go to next cell on enter" using "enter" do that with the arrow keys -