We are migrating application from Delphi to Flex (Air) that plays mp3 files from random access big file.
it has positions and sizes to extract mp3 data to FileStream->MemoryStream and then we use bass.dll to play it from memory stream.
Now I have to play those same mp3's in flex but I am not sure how...
I was reading something similar for reading/writing data using ByteArray from here but how to apply it to flash.media.Sound ?
http://livedocs.adobe.com/flex/3/html/help.html?content=ByteArrays_2.html
Any help?