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:
commit
449c7014fb
@ -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
|
||||
|
@ -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: {},
|
||||
|
4
video.js
4
video.js
@ -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);
|
Loading…
Reference in New Issue
Block a user