Re: [Flashcoders] Hiding methods from the compiler

2006-03-09 Thread Derek Vadneau
"Not sure for SWFStudio."

Latest version of SWF Studio comes with intrinsic classes that you can 
just include in your classpath.


Derek Vadneau
Northcode Inc.
http://www.northcode.com

- Original Message - 
From: "JesterXL" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" 
Sent: Thursday, March 09, 2006 11:46 AM
Subject: Re: [Flashcoders] Hiding methods from the compiler


For Zinc, define in main class:

var mdm:Function;

For mProjector, prefix with _global.

Not sure for SWFStudio.


___
Flashcoders@chattyfig.figleaf.com
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


Re: [Flashcoders] Hiding methods from the compiler

2006-03-09 Thread JesterXL
For Zinc, define in main class:

var mdm:Function;

For mProjector, prefix with _global.

Not sure for SWFStudio.

- Original Message - 
From: "Mike Mountain" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" 
Sent: Thursday, March 09, 2006 11:08 AM
Subject: [Flashcoders] Hiding methods from the compiler


I'm writing my own place holder components for zinc (browser, ActiveX,
FileExplorer etc.) and have to call the zinc methods in the init
Eg.
mdm.FileExplorer.init();
Everything's fine but the compiler moans everytime that there's no such
method, how do I hide this from the compiler?
Cheers
M


___
Flashcoders@chattyfig.figleaf.com
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
___
Flashcoders@chattyfig.figleaf.com
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


[Flashcoders] Hiding methods from the compiler

2006-03-09 Thread Mike Mountain
I'm writing my own place holder components for zinc (browser, ActiveX,
FileExplorer etc.) and have to call the zinc methods in the init
Eg.
mdm.FileExplorer.init();
Everything's fine but the compiler moans everytime that there's no such
method, how do I hide this from the compiler?
Cheers
M


___
Flashcoders@chattyfig.figleaf.com
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