I wrote a Thread class & IRunnable interface in AS2 a while back, it has APIs like Java Thread class. So I can either extend Thread or implement IRunnable interface. But code is not at good stage, it just works well..
But you can do something similar using setInterval(..). I found something similar on proto.layer51.com http://proto.layer51.com/d.aspx?f=1327 Hope that helps... -abdul -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL Sent: Saturday, May 21, 2005 12:59 AM To: [email protected] Subject: Re: [flexcoders] multiple threads? You can spawn an interval to pick away at your task as well. http://www.jessewarden.com/archives/2005/05/flex_flash_refr.html ----- Original Message ----- From: "sanjayd" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Friday, May 20, 2005 2:19 PM Subject: [flexcoders] multiple threads? Hi all. Is there a way to create multiple threads in ActionScript, I have a timeconsuming client-side task that I'd like to get done in a secondary thread ..any ideas ? Thanks in advance. Sanjay Yahoo! Groups Links Yahoo! Groups Links Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

