Are all onLoad() calls asynchronous?
For example, if you have 2 calls to a LoadVars.sendAndLoad(), is there any way to guarantee the arrival or the order in which the onLoad() routine is called?
I have a flash script in which I need one onLoad to be called before the other one… is there a way to do this?? or to make one wait to execute until after the other arrives?
Thanks all…