d9b8b6cc by Tom Johnson

update vjs SWF reference in example.html

1 parent d9dab301
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
61 type="application/x-mpegURL"> 61 type="application/x-mpegURL">
62 </video> 62 </video>
63 <script> 63 <script>
64 videojs.options.flash.swf = 'node_modules/videojs-swf/dist/video-js.swf'; 64 videojs.options.flash.swf = 'node_modules/video.js/dist/video-js/video-js.swf';
65 // initialize the player 65 // initialize the player
66 var player = videojs('video'); 66 var player = videojs('video');
67 67
......