Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
videojs-contrib-hls
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
d9b8b6cc
authored
2014-03-26 10:32:51 -0700
by
Tom Johnson
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
update vjs SWF reference in example.html
1 parent
d9dab301
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
example.html
example.html
View file @
d9b8b6c
...
...
@@ -61,7 +61,7 @@
type=
"application/x-mpegURL"
>
</video>
<script>
videojs
.
options
.
flash
.
swf
=
'node_modules/video
js-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'
);
...
...
Please
register
or
sign in
to post a comment