1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-25 02:42:10 +02:00

- change order of technologies to check first html5 over flash

This commit is contained in:
Gamaliel A. Toro Herrera 2011-10-03 17:38:13 +02:00
parent 442696cfc2
commit d7aa9f9558

View File

@ -95,7 +95,7 @@ var VideoJS = _V_ = function(id, options){
};
VideoJS.options = {
techOrder: ["h5swf","html5","flowplayer"],
techOrder: ["html5","h5swf","flowplayer"],
controlSets: ["bigPlayButton", "bar", "subtitlesBox"/*, "replay"*/],
controlSetOptions: {
bigPlayButton: {},
@ -3126,4 +3126,4 @@ _V_.loadPlayerTimeout(1); // Let vjs javascript finish executing
window.VideoJS = window._V_ = VideoJS;
// End self-executing function
})(window);
})(window);