[2008] Multithreading and Flash
I have many flash components in my form (about 4) and every 15 seconds i am updating its contents. Making my application freezes for seconds and other controls are also freezed.
How can i apply multi threading here so that while my flash components are loading, the other controls (AxWebBrowser) are not affected or freezed. Please give me a sample code plase. thanks
Re: [2008] Multithreading and Flash
Could you show us the code you use every 15th second to update the "contents"? It may or may not be easy, depending on how its done.