I nailed down this issue. If a class is imported in the timeline, its super class will be embedded.

// Class definitions:
class Test extends Super {}
class Super {}

// Timeline: _root
import Test;
// Test;
trace(_global['Super']);  // Output: [type Function]
trace(_global['Test']);  // Output: undefined

Good luck,

Fumio Nonaka
mailto:[EMAIL PROTECTED]
http://www.FumioNonaka.com/
My books<http://www.FumioNonaka.com/Books/index.html>
Flash community<http://F-site.org/>

_______________________________________________
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