Re: [Flashcoders] Class to loop sound objects in order

2007-08-16 Thread Daniel Glue
- > From: "Daniel Glue" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, August 15, 2007 3:38 PM > Subject: Re: [Flashcoders] Class to loop sound objects in order > > > > Hey Muzak, thanks for yr response, I'm not sure of the syntax to use > > Dele

Re: [Flashcoders] Class to loop sound objects in order

2007-08-15 Thread Muzak
15, 2007 3:38 PM Subject: Re: [Flashcoders] Class to loop sound objects in order > Hey Muzak, thanks for yr response, I'm not sure of the syntax to use > Delegate in this instance, I tried this: > currSound.onSoundComplete = function() { > trace("mp3c:"+mp3C+" leng

RE: [Flashcoders] Class to loop sound objects in order

2007-08-15 Thread Alain Rousseau
n this is not a solution. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Patrick Matte|BLITZ Sent: 15 août 2007 14:06 To: flashcoders@chattyfig.figleaf.com Subject: RE: [Flashcoders] Class to loop sound objects in order But isn't there a small

RE: [Flashcoders] Class to loop sound objects in order

2007-08-15 Thread Patrick Matte|BLITZ
[mailto:[EMAIL PROTECTED] On Behalf Of Alain Rousseau Sent: Wednesday, August 15, 2007 4:53 AM To: flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] Class to loop sound objects in order you can check out these set of classes I created for something similar to what you need. it doesn't loo

Re: [Flashcoders] Class to loop sound objects in order

2007-08-15 Thread Daniel Glue
ger play() if (mp3C wrote: > > get rid of the nested function and use Delegate. > > regards, > Muzak > > - Original Message - > From: <[EMAIL PROTECTED]> > To: > Sent: Wednesday, August 15, 2007 12:45 PM > Subject: [Flashcoders] Class to loop sound obje

Re: [Flashcoders] Class to loop sound objects in order

2007-08-15 Thread Alistair Colling
Thanks Muzak for your solution I think it will be the simplest to implement I'll check out your class also Alan, I guess I could create the array dynamically quite easily rather than having to hard-code the values. Thanks for your super-quick responses guys :) Dan On 15 Aug 2007, at 12:52,

Re: [Flashcoders] Class to loop sound objects in order

2007-08-15 Thread Alain Rousseau
you can check out these set of classes I created for something similar to what you need. it doesn't loop each mp3 files but, creates a song based on an array of mp3 files . You can modify it as you wish to fit your needs but the simplest thing would be to just to repeat the filename in the ar

Re: [Flashcoders] Class to loop sound objects in order

2007-08-15 Thread Muzak
get rid of the nested function and use Delegate. regards, Muzak - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Wednesday, August 15, 2007 12:45 PM Subject: [Flashcoders] Class to loop sound objects in order > Hi there, thanks for checking my post. I am trying to

[Flashcoders] Class to loop sound objects in order

2007-08-15 Thread gluedanny
Hi there, thanks for checking my post. I am trying to create a class that will play a number of mp3 loops each a specified number of times and in the specified order. I have tried to find an existing class but cant find one anywhere. My solution (which may not be that efficient), is to create a