hi, any idea?
when i use code-behind strick. see there are two classes AbcClass.as ( the one behinds the mxml Abc) Abc.mxml then we can not extend class implemented by using code-behind. because in AS3 we can not do inheritance(extend) from two classes. sure, we can only extend the Abc.mxml. but then this new extended one can not be code-behinded anymore . the same reason. : o (

