loading mp3 from file using random access to flash.media.Sound

Posted by Irfan Mulic on Stack Overflow See other posts from Stack Overflow or by Irfan Mulic
Published on 2010-03-18T18:32:14Z Indexed on 2010/03/18 23:21 UTC
Read the original article Hit count: 376

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about flex

Related posts about audio