mirror of
https://github.com/videojs/video.js.git
synced 2025-01-25 11:13:52 +02:00
Merge pull request #78 from argami/master
New version is using flash all the time (sorry, was testing and forgot to switch back)
This commit is contained in:
commit
ee7318f6ae
4
video.js
4
video.js
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user