HTML5 video : Java Glossary

*0-9ABCDEFGHIJKLMNOPQRSTUVWXYZ (all)

HTML5 Video

HTML5 (Hypertext Markup Language v 5) has partially standardised the markup you use for video. It supports three formats of stream. MP4, WebM and Ogg. For a given link, you can specify all three formats in case your visitor’s browser supports only one. Your markup might look like this:

<!-- html5 markup to embed a video -->
<video width="320" height="240" controls>
<source src="videos/bubblenests.mp4" type="video/mp4">
<source src="videos/bubblenests.ogg" type="video/ogg">
Try Chrome or Firefox browsers to view this video.
Your browser does not support HTML5 mp4 or ogg video.
</video>

This page is posted
on the web at:

http://mindprod.com/jgloss/html5video.html

Optional Replicator mirror
of mindprod.com
on local hard disk J:

J:\mindprod\jgloss\html5video.html
Canadian Mind Products
Please the feedback from other visitors, or your own feedback about the site.
Contact Roedy. Please feel free to link to this page without explicit permission.

IP:[65.110.21.43]
Your face IP:[18.191.18.87]
You are visitor number