1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-28 08:58:46 +02:00

Merge branch 'master' of github.com:zencoder/video-js

This commit is contained in:
Steve Heffernan 2011-10-03 16:01:38 -07:00
commit 449c7014fb
3 changed files with 4 additions and 4 deletions

View File

@ -35,4 +35,4 @@ cat ../src/controls/subtitlesBox.js >> ../dist/video.js
cat ../src/autoload.js >> ../dist/video.js
cat ../src/_end.js >> ../dist/video.js
cat ../src/_end.js >> ../dist/video.js

View File

@ -94,7 +94,7 @@ var VideoJS = _V_ = function(id, options){
};
VideoJS.options = {
techOrder: ["h5swf","html5","flowplayer"],
techOrder: ["html5","flowplayer","h5swf"],
controlSets: ["bigPlayButton", "bar", "subtitlesBox"/*, "replay"*/],
controlSetOptions: {
bigPlayButton: {},

View File

@ -98,7 +98,7 @@ var VideoJS = _V_ = function(id, options){
};
VideoJS.options = {
techOrder: ["html5","h5swf","flowplayer"],
techOrder: ["html5","flowplayer","h5swf"],
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);
})(window);