mirror of
https://github.com/videojs/video.js.git
synced 2024-11-24 08:42:25 +02:00
Added note in demo about Flash SWF location.
This commit is contained in:
parent
83dbc92a59
commit
1fe7855ec7
@ -7,6 +7,12 @@
|
||||
<link href="video-js.css" rel="stylesheet" type="text/css">
|
||||
<!-- video.js must be in the <head> for older IEs to work. -->
|
||||
<script src="video.js"></script>
|
||||
|
||||
<!-- Unless using the CDN hosted version, update the URL to the Flash SWF -->
|
||||
<script>
|
||||
_V_.options.flash.swf = "video-js.swf";
|
||||
</script>
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
Loading…
Reference in New Issue
Block a user