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"> type="application/x-mpegURL">
</video> </video>
<script> <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 // initialize the player
var player = videojs('video'); var player = videojs('video');

Loading…
Cancel
Save