----- Original Message ----- 
From: "John Trentini" <[EMAIL PROTECTED]>
To: <flashcoders@chattyfig.figleaf.com>
Sent: Monday, May 28, 2007 7:23 AM
Subject: Re: [Flashcoders] loadVars not initialising first


> Thanks Mike,
> i am realising this but i haven't found a way of stopping everything else 
> from happening until my loadVars is complete.
>

That's because you're actually trying to "do something else" before data is 
loaded, which you shouldn't..
You just "wait" for the data to be loaded (when the onLoad event handler is 
triggered) and then "do something else".
That's exactly what I showed in the example I sent earlier.

And .. sigh.. you should be asking this on the flashnewbie list..
http://chattyfig.figleaf.com/mailman/listinfo/flashnewbie

regards,
Muzak 


_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to