[Flashcoders] classes extending movie clip problem

2006-05-02 Thread August Gresens
Hello I've got a class that extends movieclip. This class is being associated with a movieClip in the Libary using the Object.RegisterClass method. When I attach this movieclip using attachMovie, the instance of the class does not respond to method calls defined in the subclass. Here's the

Re: [Flashcoders] classes extending movie clip problem

2006-05-02 Thread August Gresens
doh! Thanks, August On 5/2/06, Ian Thomas [EMAIL PROTECTED] wrote: Looks to me like your Object.registerClass is registering the wrong symbol ID - menu_mc instead of videoPlayerEmpty_mc. Ian On 5/2/06, August Gresens [EMAIL PROTECTED] wrote: Hello I've got a class that extends movieclip.