mirror of
https://github.com/videojs/video.js.git
synced 2025-01-08 07:00:10 +02:00
127 lines
7.8 KiB
HTML
127 lines
7.8 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<title>HTML5 Video Player</title>
|
||
|
|
||
|
<script src="javascripts/jquery-1.4.2.min.js" type="text/javascript" charset="utf-8"></script>
|
||
|
<script src="video-js/video.js" type="text/javascript" charset="utf-8"></script>
|
||
|
|
||
|
<script type="text/javascript" charset="utf-8">
|
||
|
$(function(){
|
||
|
VideoJS.setup({ controlsHiding: false });
|
||
|
})
|
||
|
</script>
|
||
|
|
||
|
<link rel="stylesheet" href="video-js/video-js.css" type="text/css" media="screen" title="Video JS" charset="utf-8">
|
||
|
<link rel="stylesheet" href="skins/tube.css" type="text/css" media="screen" title="Video JS" charset="utf-8">
|
||
|
<link rel="stylesheet" href="skins/vim.css" type="text/css" media="screen" title="Video JS" charset="utf-8">
|
||
|
<link rel="stylesheet" href="skins/hu.css" type="text/css" media="screen" title="Video JS" charset="utf-8">
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<!-- Begin VideoJS -->
|
||
|
<div class="video-js-box hu-css">
|
||
|
<!-- Using the Video for Everybody Embed Code http://camendesign.com/code/video_for_everybody -->
|
||
|
<video class="video-js" width="640" height="264" poster="http://video-js.zencoder.com/oceans-clip.png" controls>
|
||
|
<source src="http://video-js.zencoder.com/oceans-clip.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'>
|
||
|
<source src="http://video-js.zencoder.com/oceans-clip.webm" type='video/webm; codecs="vp8, vorbis"'>
|
||
|
<source src="http://video-js.zencoder.com/oceans-clip.ogg" type='video/ogg; codecs="theora, vorbis"'>
|
||
|
<object class="vjs-flash-fallback" width="640" height="264" type="application/x-shockwave-flash"
|
||
|
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="allowfullscreen" value="true" />
|
||
|
<param name="flashvars" value='config={"clip":{"url":"http://video-js.zencoder.com/oceans-clip.mp4","autoPlay":false,"autoBuffering":true}}' />
|
||
|
<!-- <img src="http://video-js.zencoder.com/oceans-clip.png" width="640" height="264" alt="Poster Image"
|
||
|
title="No video playback capabilities." /> -->
|
||
|
</object>
|
||
|
</video>
|
||
|
<p class="vjs-no-video"><strong>Download Video:</strong>
|
||
|
<a href="http://video-js.zencoder.com/oceans-clip.mp4">MP4</a>,
|
||
|
<a href="http://video-js.zencoder.com/oceans-clip.webm">WebM</a>,
|
||
|
<a href="http://video-js.zencoder.com/oceans-clip.ogg">Ogg</a><br>
|
||
|
<a href="http://videojs.com">HTML5 Video Player</a> by <a href="http://videojs.com">VideoJS</a>
|
||
|
</p>
|
||
|
</div>
|
||
|
<!-- End VideoJS -->
|
||
|
|
||
|
<!-- Begin VideoJS -->
|
||
|
<div class="video-js-box">
|
||
|
<!-- Using the Video for Everybody Embed Code http://camendesign.com/code/video_for_everybody -->
|
||
|
<video class="video-js" width="640" height="264" poster="http://video-js.zencoder.com/oceans-clip.png" controls>
|
||
|
<source src="http://video-js.zencoder.com/oceans-clip.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'>
|
||
|
<source src="http://video-js.zencoder.com/oceans-clip.webm" type='video/webm; codecs="vp8, vorbis"'>
|
||
|
<source src="http://video-js.zencoder.com/oceans-clip.ogg" type='video/ogg; codecs="theora, vorbis"'>
|
||
|
<object class="vjs-flash-fallback" width="640" height="264" type="application/x-shockwave-flash"
|
||
|
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="allowfullscreen" value="true" />
|
||
|
<param name="flashvars" value='config={"clip":{"url":"http://video-js.zencoder.com/oceans-clip.mp4","autoPlay":false,"autoBuffering":true}}' />
|
||
|
<!-- <img src="http://video-js.zencoder.com/oceans-clip.png" width="640" height="264" alt="Poster Image"
|
||
|
title="No video playback capabilities." /> -->
|
||
|
</object>
|
||
|
</video>
|
||
|
<p class="vjs-no-video"><strong>Download Video:</strong>
|
||
|
<a href="http://video-js.zencoder.com/oceans-clip.mp4">MP4</a>,
|
||
|
<a href="http://video-js.zencoder.com/oceans-clip.webm">WebM</a>,
|
||
|
<a href="http://video-js.zencoder.com/oceans-clip.ogg">Ogg</a><br>
|
||
|
<a href="http://videojs.com">HTML5 Video Player</a> by <a href="http://videojs.com">VideoJS</a>
|
||
|
</p>
|
||
|
</div>
|
||
|
<!-- End VideoJS -->
|
||
|
|
||
|
<!-- Begin VideoJS -->
|
||
|
<div class="video-js-box tube-css">
|
||
|
<!-- Using the Video for Everybody Embed Code http://camendesign.com/code/video_for_everybody -->
|
||
|
<video class="video-js" width="640" height="264" poster="http://video-js.zencoder.com/oceans-clip.png" controls>
|
||
|
<source src="http://video-js.zencoder.com/oceans-clip.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'>
|
||
|
<source src="http://video-js.zencoder.com/oceans-clip.webm" type='video/webm; codecs="vp8, vorbis"'>
|
||
|
<source src="http://video-js.zencoder.com/oceans-clip.ogg" type='video/ogg; codecs="theora, vorbis"'>
|
||
|
<object class="vjs-flash-fallback" width="640" height="264" type="application/x-shockwave-flash"
|
||
|
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="allowfullscreen" value="true" />
|
||
|
<param name="flashvars" value='config={"clip":{"url":"http://video-js.zencoder.com/oceans-clip.mp4","autoPlay":false,"autoBuffering":true}}' />
|
||
|
<!-- <img src="http://video-js.zencoder.com/oceans-clip.png" width="640" height="264" alt="Poster Image"
|
||
|
title="No video playback capabilities." /> -->
|
||
|
</object>
|
||
|
</video>
|
||
|
<p class="vjs-no-video"><strong>Download Video:</strong>
|
||
|
<a href="http://video-js.zencoder.com/oceans-clip.mp4">MP4</a>,
|
||
|
<a href="http://video-js.zencoder.com/oceans-clip.webm">WebM</a>,
|
||
|
<a href="http://video-js.zencoder.com/oceans-clip.ogg">Ogg</a><br>
|
||
|
<a href="http://videojs.com">HTML5 Video Player</a> by <a href="http://videojs.com">VideoJS</a>
|
||
|
</p>
|
||
|
</div>
|
||
|
<!-- End VideoJS -->
|
||
|
|
||
|
<!-- Begin VideoJS -->
|
||
|
<div class="video-js-box vim-css">
|
||
|
<!-- Using the Video for Everybody Embed Code http://camendesign.com/code/video_for_everybody -->
|
||
|
<video class="video-js" width="640" height="264" poster="http://video-js.zencoder.com/oceans-clip.png" controls>
|
||
|
<source src="http://video-js.zencoder.com/oceans-clip.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'>
|
||
|
<source src="http://video-js.zencoder.com/oceans-clip.webm" type='video/webm; codecs="vp8, vorbis"'>
|
||
|
<source src="http://video-js.zencoder.com/oceans-clip.ogg" type='video/ogg; codecs="theora, vorbis"'>
|
||
|
<object class="vjs-flash-fallback" width="640" height="264" type="application/x-shockwave-flash"
|
||
|
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="allowfullscreen" value="true" />
|
||
|
<param name="flashvars" value='config={"clip":{"url":"http://video-js.zencoder.com/oceans-clip.mp4","autoPlay":false,"autoBuffering":true}}' />
|
||
|
<!-- <img src="http://video-js.zencoder.com/oceans-clip.png" width="640" height="264" alt="Poster Image"
|
||
|
title="No video playback capabilities." /> -->
|
||
|
</object>
|
||
|
</video>
|
||
|
<p class="vjs-no-video"><strong>Download Video:</strong>
|
||
|
<a href="http://video-js.zencoder.com/oceans-clip.mp4">MP4</a>,
|
||
|
<a href="http://video-js.zencoder.com/oceans-clip.webm">WebM</a>,
|
||
|
<a href="http://video-js.zencoder.com/oceans-clip.ogg">Ogg</a><br>
|
||
|
<a href="http://videojs.com">HTML5 Video Player</a> by <a href="http://videojs.com">VideoJS</a>
|
||
|
</p>
|
||
|
</div>
|
||
|
<!-- End VideoJS -->
|
||
|
|
||
|
<!-- <p><label>Control Background</label><input type="text" name="control_background" value="" id="control_background"></p>
|
||
|
<p><label>Control Border Radius</label><input type="text" name="control_border_radius" value="" id="control_border_radius"></p> -->
|
||
|
|
||
|
</body>
|
||
|
</html>
|