/ Published in: ActionScript 3
This is an example using an item renderer. The concept is the same.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
override public function dispatchEvent(event:Event):Boolean { if (data) trace(data.name + " dispatched event " + event.type); return super.dispatchEvent(event); }