Threads in Flash and Flex - Stack Overflow most recent 30 from stackoverflow.com2009-12-04T10:59:29Zhttp://stackoverflow.com/feeds/question/675872http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/675872/threads-in-flash-and-flex3Threads in Flash and Flexyoitsfrancis2009-03-24T01:33:56Z2009-08-25T15:32:41Z
<p>Are threads possible in Flash, Actionscript and Flex just like in C# and Java?</p>
http://stackoverflow.com/questions/675872/threads-in-flash-and-flex/675881#6758811Answer by Aupajo for Threads in Flash and FlexAupajo2009-03-24T01:38:30Z2009-03-24T01:38:30Z<p>Not at the present. You can use pseudo-threads if you want to. <a href="http://blogs.adobe.com/aharui/2008/01/threads_in_actionscript_3.html" rel="nofollow">http://blogs.adobe.com/aharui/2008/01/threads_in_actionscript_3.html</a></p>
http://stackoverflow.com/questions/675872/threads-in-flash-and-flex/675882#6758820Answer by John Feminella for Threads in Flash and FlexJohn Feminella2009-03-24T01:39:46Z2009-03-24T01:39:46Z<p>Alas, <a href="http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=2&postId=12026" rel="nofollow"><strong>there's no multithreading in Actionscript</strong></a>. However, you can fake it with pseudothreads (see <a href="http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=2&postId=12026" rel="nofollow"><strong>link</strong></a> for more details), although this has its own problems.</p>
http://stackoverflow.com/questions/675872/threads-in-flash-and-flex/675946#6759465Answer by James Ward for Threads in Flash and FlexJames Ward2009-03-24T02:19:23Z2009-08-25T15:32:41Z<p>I'm working on a project that will use Pixel Bender to do computations on a separate thread. I will hopefully have something to blog soon. In the mean time please go vote for this feature request:
<a href="https://bugs.adobe.com/jira/browse/ASC-3222" rel="nofollow">https://bugs.adobe.com/jira/browse/ASC-3222</a></p>