Browse Source

update vjs SWF reference in example.html

pull/80/head
Tom Johnson 12 years ago
parent
commit
d9b8b6cc89
  1. 2
      example.html

2
example.html

@ -61,7 +61,7 @@
type="application/x-mpegURL">
</video>
<script>
videojs.options.flash.swf = 'node_modules/videojs-swf/dist/video-js.swf';
videojs.options.flash.swf = 'node_modules/video.js/dist/video-js/video-js.swf';
// initialize the player
var player = videojs('video');

Loading…
Cancel
Save