No.
The Flash Player is essentially single threaded, and code processing in non-blocking, so this is not possible. What are you trying to do? Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of essuark Sent: Friday, September 28, 2007 4:12 PM To: [email protected] Subject: [flexcoders] Sleep() method Is this something like a sleep or wait method? A method that holds processing for 'n' seconds? I could use a timer but that doesn't stop the processing. thanks r

