-
> 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
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
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
[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
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
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,
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
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
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
9 matches
Mail list logo