Threads in Flash and Flex - Stack Overflow most recent 30 from stackoverflow.com 2009-12-04T10:59:29Z http://stackoverflow.com/feeds/question/675872 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/675872/threads-in-flash-and-flex 3 Threads in Flash and Flex yoitsfrancis 2009-03-24T01:33:56Z 2009-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#675881 1 Answer by Aupajo for Threads in Flash and Flex Aupajo 2009-03-24T01:38:30Z 2009-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#675882 0 Answer by John Feminella for Threads in Flash and Flex John Feminella 2009-03-24T01:39:46Z 2009-03-24T01:39:46Z <p>Alas, <a href="http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&amp;productId=2&amp;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&amp;productId=2&amp;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#675946 5 Answer by James Ward for Threads in Flash and Flex James Ward 2009-03-24T02:19:23Z 2009-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>