[flexcoders] Sleep function in ActionScript?

2006-05-31 Thread Charles
Hi all, I have this bit of code that does some simple things, but my timing is off. What I do is I make a webservice call to some server, and the server returns me a string of XML. After that, I parse that string of XML into an XMLDocument object, to use as a data provider for a repeater.

RE: [flexcoders] Sleep function in ActionScript?

2006-05-31 Thread Joan Tan
You can use the setTimeout function in the flash.utils package. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Charles Sent: Wednesday, May 31, 2006 3:38 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Sleep function in ActionScript

RE: [flexcoders] Sleep function in ActionScript?

2006-05-31 Thread Tracy Spratt
@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Charles Sent: Wednesday, May 31, 2006 6:38 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Sleep function in ActionScript? Hi all, I have this bit of code that does some simple things, but my timing is off. What I do

Re: [flexcoders] Sleep function in ActionScript?

2006-05-31 Thread Steve Gustafson
Sho has a 3 part post on how to handle async events. Here is the link to part 1http://kuwamoto.org/2006/05/16/dealing-with-asynchronous-events-part-1/ Gus -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: