diff --git a/video.js b/video.js index b3a886f5e..fe756a106 100644 --- a/video.js +++ b/video.js @@ -98,7 +98,7 @@ var VideoJS = _V_ = function(id, options){ }; VideoJS.options = { - techOrder: ["h5swf","html5","flowplayer"], + techOrder: ["html5","h5swf","flowplayer"], controlSets: ["bigPlayButton", "bar", "subtitlesBox"/*, "replay"*/], controlSetOptions: { bigPlayButton: {}, @@ -3281,4 +3281,4 @@ _V_.loadPlayerTimeout(1); // Let vjs javascript finish executing window.VideoJS = window._V_ = VideoJS; // End self-executing function -})(window); \ No newline at end of file +})(window);