mirror of
https://github.com/videojs/video.js.git
synced 2025-09-16 09:26:56 +02:00
Don't use setGlobalOptions in sandbox
This commit is contained in:
@@ -13,11 +13,7 @@
|
||||
|
||||
<!-- Set the location of the flash SWF -->
|
||||
<script>
|
||||
videojs.setGlobalOptions({
|
||||
flash: {
|
||||
swf: '../build/temp/video-js.swf'
|
||||
}
|
||||
});
|
||||
videojs.options.flash.swf = '../build/temp/video-js.swf';
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
@@ -14,11 +14,7 @@
|
||||
|
||||
<!-- Set the location of the flash SWF -->
|
||||
<script>
|
||||
videojs.setGlobalOptions({
|
||||
flash: {
|
||||
swf: '../build/temp/video-js.swf'
|
||||
}
|
||||
});
|
||||
videojs.options.flash.swf = '../build/temp/video-js.swf';
|
||||
</script>
|
||||
|
||||
<!-- Add support for Spanish 'es' -->
|
||||
|
@@ -13,11 +13,7 @@
|
||||
|
||||
<!-- Set the location of the flash SWF -->
|
||||
<script>
|
||||
videojs.setGlobalOptions({
|
||||
flash: {
|
||||
swf: '../build/temp/video-js.swf'
|
||||
}
|
||||
});
|
||||
videojs.options.flash.swf = '../build/temp/video-js.swf';
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
Reference in New Issue
Block a user