RE: [Flashcoders] gapless looping of external mp3's

2010-04-29 Thread Andrew Murphy
This might work to achieve gapless looping: Once you've loaded the audio assets (an mp3 file, swf file library assets, etc.), copy the raw sound data into a ByteArray. Then to play it back you create a duplicate of that ByteArray and feed it to a new Sound object when it throws it's

Re: [Flashcoders] gapless looping of external mp3's

2010-04-29 Thread Jim Andrews
@chattyfig.figleaf.com Sent: Thursday, April 29, 2010 6:28 AM Subject: RE: [Flashcoders] gapless looping of external mp3's This might work to achieve gapless looping: Once you've loaded the audio assets (an mp3 file, swf file library assets, etc.), copy the raw sound data into a ByteArray. Then to play it back you

RE: [Flashcoders] gapless looping of external mp3's

2010-04-29 Thread Andrew Murphy
@chattyfig.figleaf.com Sent: Thursday, April 29, 2010 6:28 AM Subject: RE: [Flashcoders] gapless looping of external mp3's This might work to achieve gapless looping: Once you've loaded the audio assets (an mp3 file, swf file library assets, etc.), copy the raw sound data into a ByteArray. Then to play