Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

The Definitive Guide to HTML5 Video

Posted By: DZ123
The Definitive Guide to HTML5 Video

Silvia Pfeiffer, "The Definitive Guide to HTML5 Video"
English | 2010 | ISBN: 1430230908 | PDF | pages: 330 | 17.8 mb

Plugins will soon be a thing of the past. The Definitive Guide to HTML5 Video is the first authoritative book on HTML5 video, the new web standard that allows browsers to support audio and video elements natively. This makes it very easy for web developers to publish audio and video, integrating both within the general presentation of web pages. For example, media elements can be styled using CSS (style sheets), integrated into SVG (scalable vector graphics), and manipulated in a Canvas. The book offers techniques for providing accessibility to media elements, enabling consistent handling of alternative representations of media resources. The Definitive Guide to HTML5 Video dives deep into the markup that is introduced for media element support in browsers. You'll explore the default user interface offered through browsers for media elements, as well as the JavaScript API provided to control their behavior. You'll also learn how to account for H.264 and Ogg Theora codecs. What you'll learn How to create cross-browser markup in HTML to include audio and video into your web pages How to replace the default controls of web browsers with your own or "skin" your media player How to use the JavaScript API for media elements How to integrate media elements with other HTML5 constructs such as CSS, SVG, Canvas, or Web Worker Threads How tp make audio and video accessible How to use media fragment URIs to address certain temporal subparts or tracks of a media resource The open source tools available to deal with the new HTML5 media elements Who this book is for This book is for those who are proficient in authoring and publishing Web pages, but have never utilized audio and video. It will also benefit old buffs of Adobe Flash, Microsoft Silverlight, or QuickTime who are trying to understand what is happening in HTML5 media and how to use the new media elements. Table of Contents Introduction Audio and Video Elements