mirror of
https://github.com/videojs/video.js.git
synced 2024-12-23 02:04:34 +02:00
Added CDN.
This commit is contained in:
parent
0e8e0d1b3f
commit
817e28ffda
12
index.html
12
index.html
@ -39,16 +39,16 @@
|
|||||||
|
|
||||||
<div class="video-js-box">
|
<div class="video-js-box">
|
||||||
<!-- Using the Video for Everybody Embed Code (modified for VP8/WebM) http://camendesign.com/code/video_for_everybody -->
|
<!-- Using the Video for Everybody Embed Code (modified for VP8/WebM) http://camendesign.com/code/video_for_everybody -->
|
||||||
<video id="video" class="video-js" width="640" height="264" poster="http://video-js.s3.amazonaws.com/oceans-clip.png" autobuffer>
|
<video id="video" class="video-js" width="640" height="264" poster="http://cdn.videojs.com/oceans-clip.png" autobuffer>
|
||||||
<source src="http://video-js.s3.amazonaws.com/oceans-clip.mp4" type="video/mp4"></source>
|
<source src="http://cdn.videojs.com/oceans-clip.mp4" type="video/mp4"></source>
|
||||||
<source src="http://video-js.s3.amazonaws.com/oceans-clip.webm" type="video/webm"></source>
|
<source src="http://cdn.videojs.com/oceans-clip.webm" type="video/webm"></source>
|
||||||
<source src="http://video-js.s3.amazonaws.com/oceans-clip.ogg" type="video/ogg"></source>
|
<source src="http://cdn.videojs.com/oceans-clip.ogg" type="video/ogg"></source>
|
||||||
<object width="640" height="264" type="application/x-shockwave-flash"
|
<object width="640" height="264" type="application/x-shockwave-flash"
|
||||||
data="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf">
|
data="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf">
|
||||||
<param name="movie" value="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" />
|
<param name="movie" value="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" />
|
||||||
<param name="allowfullscreen" value="true" />
|
<param name="allowfullscreen" value="true" />
|
||||||
<param name="flashvars" value='config={"clip":"http://video-js.s3.amazonaws.com/oceans-clip.mp4"}' />
|
<param name="flashvars" value='config={"clip":"http://cdn.videojs.com/oceans-clip.mp4"}' />
|
||||||
<img src="http://video-js.s3.amazonaws.com/oceans-clip.png" width="640" height="264" alt="Poster Image" title="No video playback capabilities." />
|
<img src="http://cdn.videojs.com/oceans-clip.png" width="640" height="264" alt="Poster Image" title="No video playback capabilities." />
|
||||||
</object>
|
</object>
|
||||||
</video>
|
</video>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user