1
0
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:
Pat O'Neill
2015-08-13 10:58:24 -04:00
committed by heff
parent ac97de0bd4
commit 3a889ea4b5
3 changed files with 3 additions and 15 deletions

View File

@@ -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>

View File

@@ -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' -->

View File

@@ -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>