Re: [Flashcoders] EventDispatcher and Delegate not working in flash develop...

2007-08-03 Thread Hans Wichman
Hi, use an injection swf, that way you dont need to download any extra packages. Create a fla, put: import mx.utils.Delegate; var cls_0:Delegate; on the timeline and use it as an injection swf in flashdevelop. greetz JC On 7/30/07, Omar Fouad [EMAIL PROTECTED] wrote: thanks dude On

[Flashcoders] EventDispatcher and Delegate not working in flash develop...

2007-07-30 Thread Omar Fouad
Um using flash develop to write some as2 classes.. The problem is that apparently mtasc is not compiling mx packages. I set the useMx option to true and i get the same result. what can i do? thanks -- Omar M. Fouad - Digital Emotions http://www.omarfouad.net +2010 - 2346633 - +2012 - 261

Re: [Flashcoders] EventDispatcher and Delegate not working in flash develop...

2007-07-30 Thread eka
Hello :) if you want use only EventDispatcher class and not the adobe mx components V2... you can use my event model in my opensource framework : VEGAS page project : http://code.google.com/p/vegas/ Install the sources : http://code.google.com/p/vegas/wiki/InstallVEGASwithSVN Tutorials

Re: [Flashcoders] EventDispatcher and Delegate not working in flash develop...

2007-07-30 Thread Omar Fouad
thanks dude On 7/30/07, eka [EMAIL PROTECTED] wrote: Hello :) if you want use only EventDispatcher class and not the adobe mx components V2... you can use my event model in my opensource framework : VEGAS page project : http://code.google.com/p/vegas/ Install the sources :