1
0
mirror of https://github.com/videojs/video.js.git synced 2025-01-23 11:04:59 +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

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

@ -11,7 +11,7 @@
<!-- Set the location of the flash SWF --> <!-- Set the location of the flash SWF -->
<script> <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> </script>
</head> </head>