Re: [Flashcoders] Looping an external mp3 file seamlessly

2005-11-12 Thread Alain Rousseau
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Alain Rousseau Sent: 11 November 2005 19:48 To: Flashcoders mailing list Subject: Re: [Flashcoders] Looping an external mp3 file seamlessly Or you can try this little thing I made here, exactly for looping mp3 seamlessly

RE: [Flashcoders] Looping an external mp3 file seamlessly

2005-11-11 Thread Paul Steven
:55 To: Flashcoders mailing list Subject: Re: [Flashcoders] Looping an external mp3 file seamlessly Paul Steven wrote: I am trying to play a looping external mp3 file but am having no joy as it only plays once. I tried this mySound=new Sound(); mySound.loadSound(track1.mp3,true); mysound.start

Re: [Flashcoders] Looping an external mp3 file seamlessly

2005-11-11 Thread JesterXL
, November 11, 2005 1:40 PM Subject: RE: [Flashcoders] Looping an external mp3 file seamlessly Thanks Alain You are right about the typo but even after fixing the typo it still does not loop. Is it true that streaming external audio will not loop? Thanks Paul -Original Message- From: [EMAIL

RE: [Flashcoders] Looping an external mp3 file seamlessly

2005-11-11 Thread Paul Steven
flashcoders@chattyfig.figleaf.com Sent: Friday, November 11, 2005 1:40 PM Subject: RE: [Flashcoders] Looping an external mp3 file seamlessly Thanks Alain You are right about the typo but even after fixing the typo it still does not loop. Is it true that streaming external audio will not loop? Thanks

Re: [Flashcoders] Looping an external mp3 file seamlessly

2005-11-11 Thread Alain Rousseau
11, 2005 1:56 PM Subject: RE: [Flashcoders] Looping an external mp3 file seamlessly Thanks Jester That now loops:) Only problem is that it is not seamless - there seems to be a slight delay:( Cheers Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf