I'm pulling a server's time using a cgi script and bringing the value into flash using LoadVars and calculating some variables based on this data. But other functions are executing before LoadVars has completed and they're using incomplete data which is throwing everything off.
How can I make sure that one function is complete before calling another? I'm kinda fuzzy on the use of ==success.
tia!
How can I make sure that one function is complete before calling another? I'm kinda fuzzy on the use of ==success.
tia!