1
0
mirror of https://github.com/videojs/video.js.git synced 2025-03-31 22:22:09 +02:00

Cleaned up demo file.

This commit is contained in:
Steve Heffernan 2012-03-20 11:07:14 -07:00
parent 1fe7855ec7
commit 0ad74d53f6

View File

@ -7,12 +7,12 @@
<link href="video-js.css" rel="stylesheet" type="text/css"> <link href="video-js.css" rel="stylesheet" type="text/css">
<!-- video.js must be in the <head> for older IEs to work. --> <!-- video.js must be in the <head> for older IEs to work. -->
<script src="video.js"></script> <script src="video.js"></script>
<!-- Unless using the CDN hosted version, update the URL to the Flash SWF --> <!-- Unless using the CDN hosted version, update the URL to the Flash SWF -->
<script> <script>
_V_.options.flash.swf = "video-js.swf"; _V_.options.flash.swf = "video-js.swf";
</script> </script>
</head> </head>
<body> <body>