Jim,
 Do you mean attach a movie clip while ignoring it's Linkage settings?

 In which case, at a guess you should be able to do something like this:

Object.registerClass("MySymbol",MovieClip);

before attaching the class. That ought to do it.

If you're trying to unload a class (so, for example, a loading .swf's
classes can overwrite previously loaded classes), IIRC you can do it like
so:

delete _global.com.mycompany.mypackage.MyClass;

If it's neither of them - what exactly are you trying to achieve?

HTH,
 Ian

On 1/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Hi
Can anyone tell me what's the BEST way to REMOVE a class linkage at
runtime?

Thanks!
Jim Bachalo


_______________________________________________
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

Reply via email to