|
Hi,
The Flash Player doesn't support a threading model like you're looking for. There is only one thread for ActionScript code. So if the processing you're talking about is on the server what you'll do is call your service, then place any code that depends on that service having completed in some function that will be called by your service's result handler. You can also put up a shim to block all user-interaction in the meantime if the busy cursor isn't enough. I think we have an example of that in our extras folder.
Matt
-----Original Message-----
I'd like to set up a loop that will block current
processing until |
- RE: [flexcoders] "wait loop" to synchronize asyncro... Matt Chotin
- RE: [flexcoders] "wait loop" to synchronize as... Navita Bhoir
- RE: [flexcoders] "wait loop" to synchronize as... Matt Chotin
- RE: [flexcoders] "wait loop" to synchronize as... Tracy Spratt
- [flexcoders] Dnamic DataGridColumn Eric Guesdon
- RE: [flexcoders] Dnamic DataGridColumn Eric Guesdon

