R – multithreading in adobe flex

adobeapache-flexflex3multithreading

i want to know if i can use threading model like posix or any else in flex, i am a beginer of flex and i want to know if i can use threads in it for multitasking.

Best Answer

No, your Flash/Flex code will only run on a single thread, but you can achieve a lot through the asynchronous/event model.