Re: [flexcoders] Playing sound from an array instead of a file

2009-01-30 Thread Nate Beck
I saw a demo at MAX where they used Alchemy ( http://labs.adobe.com/technologies/alchemy/) to unencode an OGG Vorbis file and play it. Maybe it's something similar to what you're trying to do. On Fri, Jan 30, 2009 at 6:19 AM, Jo Morano wrote: > Can the Sound object be used somehow to play from

[flexcoders] Playing sound from an array instead of a file

2009-01-30 Thread Jo Morano
Can the Sound object be used somehow to play from a byte array of sound data instead of loading a URL? I want to load the URL separately into the byte array and then play the sound. I need real time behavior so using the new Flash 10 SoundMixer class or accessing the array after loading the sound o