hi
> check if NSView inheritance is there.
I've found another post about this, and i tried this:
var base:Object = ASAnimatedTabView.prototype;
var uber:Object = NSView;
// see if broken
trace("Is inheritance broken? "+(base.__proto__==Object.prototype));
It traces false.
> What is in the library and what is not?
I've decompiled the actionstep library using swfmill, anf the
ASAnimated TabView is there.
I'm really out of ideas now. I would appreciate any help.
cornel
|