1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-15 10:39:58 +02:00

Updated to the latest version of the swf

This commit is contained in:
Steve Heffernan 2014-02-18 13:19:35 -08:00
parent 956aaa0425
commit c9cad9ca1e
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
},
"main": "./dist/video-js/video.js",
"dependencies": {
"videojs-swf": "4.3.4"
"videojs-swf": "4.4.0"
},
"devDependencies": {
"grunt-cli": "~0.1.0",

View File

@ -11,7 +11,7 @@
<!-- Set the location of the flash SWF -->
<script>
vjs.options.flash.swf = '../node_modules/videojs-swf/dist/VideoJS.swf'
vjs.options.flash.swf = '../node_modules/videojs-swf/dist/video-js.swf'
</script>
</head>