I tried the -mx flag, but then Delegate just didn't work (Delegate.create() returned undefined). My guess is it didn't compile the mx.* stuff, and for some reason it wasn't included in the SWF.
But I can work around that. It's the other 2 problems I need to figure out. -Andy On 1/23/07, Martin Wood-Mitrovski <[EMAIL PROTECTED]> wrote:
like i said in the other mail, -mx prevents mtasc compiling the mx.* classes so you will want to generate the swf in MMC and then inject the new code when you compile (or patch the mx classes) also, you might like this delegate implementation : http://dynamicflash.com/2005/02/delegate-class-refined/ Andy Herrman wrote: > If I add the -mx parameter to MTASC (I'm working through FlashDevelop) > it removes the error, but the Delegate class doesn't work anymore > (Delegate.create returns undefined). > > -Andy _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com
_______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

