I'm trying to use a component's intrinsic class as a super class. I have a component installed. I unzipped the .swc files and "stole" the intrinsic classes so I could get proper code checking in Eclipse. This works fine. Then I attempted to extend one of the intrinsic classes. Flash compiles with no complaints but an instance of my subclass doesn't actually seem to inherit anything from the super class. If I delete the intrinsic classes, Flash will compile, with no complaints, and then inheritance works! It seems that the "compiled" aso intrinsic class satisfies the compiler. If I then delete my aso cache, then the Flash compiler complains it can't find the super class.
I tried all sorts of weird things in-between each of these steps to make the compiler happy but maybe I'm not supposed to be doing this in the first place. And no, I'm not going to touch prototype. Thanks, Matt _______________________________________________ [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

