In .NET there is a function called WndProc (for those not in the know). Its like a global event listener. Does anyone know of an swf equivalent in AS3? I basically want to catch everything the swf sees as it happens.
Does anyone know of a class that handles this?
Thanks is advance.