HTML and CSS Reference
In-Depth Information
type='video/webm; codecs="vp8, vorbis"' />
<source src="videofile.ogv"
type='video/ogg; codecs="theora, vorbis"' />
</video>
</body>
NOTE
The Android Developer SDK documentation contains a listing of supported media types and re-
commended encodings at http://developer.android.com/guide/appendix/media-formats.html . The iOS
Developer Library has a “Getting Started” section for audio and video at http://developer.apple.com/
library/ios/#referencelibrary/GettingStarted/GS_AudioVideo_iPhone/_index.html . The announce-
ment of an integrated IE9 into Windows Phone 7, including HTML5 media support, can be found at
http://blogs.msdn.com/b/ie/archive/2011/02/14/ie9-on-windows-phone.aspx .
Search WWH ::




Custom Search