On Sat, 04 Aug 2007 03:38:32 +0200, Ian Hickson <[EMAIL PROTECTED]> 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/>

Reply via email to