/ Published in: ActionScript 3
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
override public function dispatchEvent(event:Event):Boolean { trace("New event dispatched..."); trace("Event: " + event.type); return super.dispatchEvent(event); }
URL: http://www.actionscript.org/forums/showthread.php3?t=187123