[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

RE: [Flashcoders] callBack for Beginners ?

2006-06-07 Thread Nitin Gore
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] wrote: Hi All, I need help I trying to develop some small app that read a Parameters

Re: [Flashcoders] callBack for Beginners ?

2006-06-07 Thread jcanistrum
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-chain function calls when xml documents get their onLoad( success:Boolean)... that would work pretty

Re: [Flashcoders] callBack for Beginners ?

2006-06-07 Thread Julien Vignali
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] wrote: Hi All, I need help I trying to develop some small app

Re: [Flashcoders] callBack for Beginners ?

2006-06-07 Thread Marlon Harrison
); .. -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-chain function calls when xml

Re: [Flashcoders] callback?

2005-11-12 Thread Kevin Aebig
@chattyfig.figleaf.com 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 run