Tags
Language
Tags
May 2025
Su Mo Tu We Th Fr Sa
27 28 29 30 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 31
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    The Definitive Guide to HTML5 Video (Repost)

    Posted By: melia
    The Definitive Guide to HTML5 Video (Repost)

    Silvia Pfeiffer, "The Definitive Guide to HTML5 Video"
    Apress | 2010 | ISBN: 1430230908 | 350 pages | PDF | 11.14 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, thus 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