[mtasc] Multi-Threading in Flash

Carlos Rovira carlos.rovira at gmail.com
Mon Jan 9 16:44:22 CET 2006


There's no thread support in the Flash Player...and I would be great to have
it in the new FP8.5

Anyone knows if Adobe are thinking about it?


2006/1/9, Guillaume Démurgé <guildem at hotmail.com>:
>
> Hi everybody !
>
> I'm searching an answer on the net but nothing appears : does Flash (and
> Mtasc) has a class or functions to do Threads or equivalent ? How can i
> reproduce this code...
>
> class X {
>   public X() {
>     new Thread(this.A);
>     new Thread(this.B);
>     WaitThreads();
>   }
>   private function A() {
>     //todo
>   }
>   private function B() {
>     //todo
>   }
> }
>
> ...in Flash, and compile it with Mtasc ?
>
> Thanks for your answer (or a link to a tutorial if you have)
>
> Guillaume
>
>
>
> --
> MTASC : no more coffee break while compiling
>



--
::| Carlos Rovira
::| http://www.carlosrovira.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.motion-twin.com/pipermail/mtasc/attachments/20060109/68924252/attachment-0002.htm


More information about the mtasc mailing list