WebKitBits

RSS
A tumblog about the browser engine built into Safari, Chrome, iPhone, Palm Pre, and Android.

Written by David Kaneda, Creative Director at Sencha. Submissions welcome.

Sponsor WebKitBits!
Latest from @WebKitBits:

    POWERED by FUSION

    Posts tagged with “video” :

    Craftymind has created an HTML5 and Canvas video sample which allows you to “blow up” the live video by clicking on it. Check out the blog post to see how it was accomplished.

    Craftymind has created an HTML5 and Canvas video sample which allows you to “blow up” the live video by clicking on it. Check out the blog post to see how it was accomplished.

    Sergey Chikuyonok has created a beautiful Ambilight video effect with HTML5 and Canvas.

    Sergey Chikuyonok has created a beautiful Ambilight video effect with HTML5 and Canvas.

    SublimeVideo, a beautiful HTML5 video player from Jilion, now supports Gecko/Firefox. Note that the WebKit implementation is still a bit more functional, though the team expects the two to be identical when Firefox 3.7 is released.

    SublimeVideo, a beautiful HTML5 video player from Jilion, now supports Gecko/Firefox. Note that the WebKit implementation is still a bit more functional, though the team expects the two to be identical when Firefox 3.7 is released.

    Implementing HTML5 Video on the iPhone

    Jonathan Stark outlines some quick notes about implementing HTML5 video on the iPhone:

    • Poster image is only displayed until the video is loaded.
    • True/false attributes do not require values.
    • Video can be played (and heard) even when not visible.
      i.e. video { display: none }
    • The autoplay attribute is ignored on iPhone.
      i.e. will not autoplay no matter what
    • The controls attribute is ignored on iPhone.
      i.e. controls are visible no matter what
    • The remote file is downloaded whether or not the user clicks play.
    • You can interact with the DOM while iPhone video player is open.
    • You can make a video autoplay on iPhone by navigating directly to the video url. However, this is useless within the context of an Ajax app because it spawns a browser window.

    2009–2010 David Kaneda