[whatwg] Help with HTML5 Audio

On Sat, 04 Aug 2007 03:38:32 +0200, Ian Hickson <ian at hixie.ch> wrote:
> This will get the while file fully downloaded, then play it. You can also
> do things like:
>
>    var sound = new Audio("foo.ogg");
>    sound.oncanplaythrough = function() { sound.play() };

Actually, there's no such event handler on the Audio object.


-- 
Anne van Kesteren
<http://annevankesteren.nl/>
<http://www.opera.com/>

Received on Saturday, 4 August 2007 06:19:45 UTC