On 10/2/2010 6:19 AM, Kenneth Tilton wrote:
>
>
> On 10/1/2010 12:12 PM, Kenneth Tilton wrote:
>>
>>
>> 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.
>
> The IE9 installer won't even run on my fully-updated Vista box!!
>
> Meanwhile, it occurred to me that I had the code running dead early
> during session start-up. Running once the session is safely started, it
> looks like these work independent of OS:
>
> Safari - wav, mp3
> Chrome - ogg, mp3
> FireFox - ogg
> iCab - wav, mp3
>
> IE8, nada.
I think I already mentioned this, but soundmanager 2 is working for
everything but Linux/FireFox, using mp3 files for everything.
http://www.schillmania.com/projects/soundmanager2/
Great doc and support, too.
>
> Finally, FreeRIP looks like a dandy converter (all my files were WAVs).
Not sure on that now. A lot of sounds came out with severe clipping.
Played with lotsa params, no better. And I found a converter with a
better API (does a whole directory tree, and stores in same directory --
not a lot to ask, but FreeRIP did not):
http://www.nch.com.au/switch/index.html
Now on-line: http://teamalgebra.com/#training
For fun, select something multiple-steppy like equations with addition
and multiplication and (a) make mistakes and (b) go backwards, such as
following 2x=5 with 2x+1=6, correct but weird.
kt
--
http://www.stuckonalgebra.com
"The best Algebra tutorial program I have seen... in a class by itself."
Macworld
------------------------------------------------------------------------------
Virtualization is moving to the mainstream and overtaking non-virtualized
environment for deploying applications. Does it make network security
easier or more difficult to achieve? Read this whitepaper to separate the
two and get a better understanding.
http://p.sf.net/sfu/hp-phase2-d2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel