Archive

Posts Tagged ‘multimedia’

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:

Sorry, your browser does not support the <video> element.

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 &lt;video&gt; 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/

Categories: develop, web Tags: , ,

Miro 2.0 HD Video Player

February 10th, 2009 No comments

Miro 2.0 HD Video Player

http://getmiro.com/

Categories: community, web Tags:

Switch to our mobile site