I keep running into this problem that I need a solution to. How can I create a display object, that I can write proxy methods for, so I can catch all method calls on the object.
Basically, the problem is that the only way to implement a proxy is by extending the Proxy class. But what if my class extends Sprite, but I still want to implement the methods from the flash_proxy namespace?
any ideas?