On 9/30/2010 9:27 PM, Leandro Santiago wrote: > With html5 you can do: > > var music = new Audio(); > music.src = "http://mymusic.com/music.ogg"; // relative or absolute url > music.play(); > music.pause(); > music.volume = 0.5; // 0.0 - 1.0 > > It's easy to create a music player in pure javascript :-) > > The codecs question is the big problem. Ogg os supported in ff, opera, > chrome and khtml, but it isn't supported in Safari or IE. Safari and > IE9 support only mp3, I think.
OK, so far working only on Windows I have Safari happily playing mp3 and wav but not ogg (as you advertised). Chrome, FireFox 3.6, and IE8 don't play squat. I'll try IE9 cuz I see IE8 is not even supposed to work. Is alt.html a good place for the rest of my struggles? I usually go to c.l.javascript to get mugged. kt -- http://www.stuckonalgebra.com "The best Algebra tutorial program I have seen... in a class by itself." Macworld ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
