Quote Originally Posted by 5TonsOfFlax View Post
Broadcaster does extend EventDispatcher, but removeEventListener is not a static method so it cannot be called on the Broadcaster class. It must be called on the broadcaster instance. I'd create that removeBroadcastListener method. Just have it pass through to the instance's removeEventListener method.
Oy... should've known that... thanks!