[flexcoders] Re: When are asynchronous events processed?

2008-05-21 Thread Paul Whitelock
Thanks for the explanation. I found the following in Colin Moock's book and assume that asynchronous events are handled during step 2: 1.Execute Frame 1's frame script. 2.Wait until the next scheduled frame-render time. While waiting, if any events are triggered, execute all registered event

Re: [flexcoders] Re: When are asynchronous events processed?

2008-05-21 Thread Manish Jethani
On Wed, May 21, 2008 at 11:02 PM, Paul Whitelock [EMAIL PROTECTED] wrote: 2.Wait until the next scheduled frame-render time. While waiting, if any events are triggered, execute all registered event listeners. Yes, so in your while waiting time, if you make a network call -- say you download an