1
0
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:
Steve Heffernan 2012-03-20 11:02:47 -07:00
parent 83dbc92a59
commit 1fe7855ec7

View File

@ -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>