views:

34

answers:

0

Hi guys, I was wondering if there are any good workarounds to load a MP3 file into a Flash app but not via the Sound class but as a ByteArray via URLLoader and then give it to the Sound class play playback/etc.?

I know about this workaround http://www.flexiblefactory.co.uk/flexible/?p=46#more-46 ... basically wrapping the loaded MP3 data into an in-memory SWF file and then load it via URLLoader but this feels quiet hackish so I was wondering if anyone knows of a better method?