Extends more than one class

how I do to extend more than one class??? I would like to extend the sprite class and **EventDispatcher. **In my class sample open a image which works fine and addChild to the sprite, but I would like to dispatch a event as well when the image is loaded.

Thank you very much.