html5 video tag
February 12th, 2009
No comments
html5 video tag
html5 video tag:
http://www.w3schools.com/tags/html5_video.asp
Opera 9.52 and Video Tag:
http://dev.opera.com/articles/view/a-call-for-video-on-the-web-opera-vid/
Mozilla Firefox 3.1 Beta support Video Tag:
http://www.mozilla.com/en-US/firefox/all-beta.html
Ogg Theora:
http://www.theora.org/
Example:
Duration: unknown Downloaded: unknown Time: unknown
Source:
<script type="text/javascript" src="http://albertux.ayalasoft.com/js/tinyvid.js"></script> <video id="v1" src="http://ayalasoft.com/media/amerika.ogg" onloadedmetadata="updateduration();updatetime();" ondurationchanged="updateduration()" ontimeupdate="updatetime()" onprogress="updateprogress(event)" controls="controls"> <p>Sorry, your browser does not support the <video> element.</p> </video> <p>Duration: <span id="duration">unknown</span> Downloaded: <span id="progress">unknown</span> Time: <span id="time">unknown</span></p>
Video tag testing:
http://www.double.co.nz/video_test/



Recent Comments