Re: [Flashcoders] callBack for Beginners ?

2006-06-07 Thread Julien Vignali
1..} >> > 12.. }; >> > 13.. myParameters.load("parameters.xml"); >> > >> .. >> >> >> -Original Message- >> From: [EMAIL PROTECTED

Re: [Flashcoders] callBack for Beginners ?

2006-06-07 Thread jcanistrum
} >> > 12.. }; >> > 13.. myParameters.load("parameters.xml"); >> > >> .. >> >> >> -Original Message- >> From: [EMAIL PROTECTED] [mailto: >&g

Re: [Flashcoders] callBack for Beginners ?

2006-06-07 Thread Marlon Harrison
t;> > 13.. myParameters.load("parameters.xml"); >> > >> .. >> >> >> -Original Message- >> From: [EMAIL PROTECTED] [mailto: >> [EMAIL PROTECTED] On Behalf Of eric

Re: [Flashcoders] callBack for Beginners ?

2006-06-07 Thread Julien Vignali
AIL PROTECTED] On Behalf Of eric dolecki Sent: Wednesday, June 07, 2006 4:54 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] callBack for Beginners ? you could daisy-chain function calls when xml documents get their onLoad( success:Boolean)... that would work pretty well. On 6/7/06, jcar

Re: [Flashcoders] callBack for Beginners ?

2006-06-07 Thread jcanistrum
-Original Message- From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] On Behalf Of eric dolecki Sent: Wednesday, June 07, 2006 4:54 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] callBack for Beginners ? you could daisy-ch

RE: [Flashcoders] callBack for Beginners ?

2006-06-07 Thread Nitin Gore
ic dolecki Sent: Wednesday, June 07, 2006 4:54 PM To: Flashcoders mailing list Subject: Re: [Flashcoders] callBack for Beginners ? you could daisy-chain function calls when xml documents get their onLoad( success:Boolean)... that would work pretty well. On 6/7/06, jcarlos <[EMAIL PROTECTED]>

RE: [Flashcoders] callBack for Beginners ?

2006-06-07 Thread André Goliath
. hth -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jcarlos Sent: Wednesday, June 07, 2006 1:22 PM To: Flashcoders mailing list Subject: [Flashcoders] callBack for Beginners ? Hi All, I need help I trying to develop some small app that read a

Re: [Flashcoders] callBack for Beginners ?

2006-06-07 Thread eric dolecki
you could daisy-chain function calls when xml documents get their onLoad( success:Boolean)... that would work pretty well. On 6/7/06, jcarlos <[EMAIL PROTECTED]> wrote: Hi All, I need help I trying to develop some small app that read a Parameters list from a XML file and then if succeded, rea

[Flashcoders] callBack for Beginners ?

2006-06-07 Thread jcarlos
Hi All, I need help I trying to develop some small app that read a Parameters list from a XML file and then if succeded, read other XML files as specified by the Parameters file and only after these files were read and succeed the app would start, what is usually get with something like thi

Re: [Flashcoders] callback?

2005-11-12 Thread Kevin Aebig
ECTED]> To: Sent: Thursday, November 10, 2005 7:13 AM Subject: [Flashcoders] callback? sorry but what do you mean by a callback? i tried setting a boolean on _root called scriptPaused and then an if statement at the start of all functions to see if scriptPaused was true and if not then r

[Flashcoders] callback?

2005-11-11 Thread allandt bik-elliott (Receptacle)
sorry but what do you mean by a callback? i tried setting a boolean on _root called scriptPaused and then an if statement at the start of all functions to see if scriptPaused was true and if not then run the function but that didn't do anything here is a trace list from it running now trac