Hi,

   http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

If you are extending a class I am not sure I understand why you would want to call super.super - because you can guarantee a parent class, but not necessarily a grandparent. If you are overridding methods in the super class, but retaining functionality of super.super, would you not be better extending the parent class in this aspect, or refactoring your code?

Maybe you have an example of this because it's not clear why you would be wanting to call super.super.method(), but not super.method() Glen

Iman Khabazian wrote:
Hello Guys,

I just did some work that included extending the fl.video.FLVPlayback component. Not only did the architecture make it very difficult to extend, but I also learned that actionscript does not support super.super, so it is not possible to override a function that uses super if you want to make the same reference in the extending function.

I was wondering if anyone knew how I could best share this feedback with the adobe Flash team.
Thanks,
Iman

------------------------------------------------------------------------

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

--

Glen Pike
01326 218440
www.glenpike.co.uk <http://www.glenpike.co.uk>

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to