Mega Code Archive
Categories
/
Flex
/
Event
Display the current phase and current targets ID
private function showInfo(e:MouseEvent):void { trace(e.eventPhase + ":" + e.currentTarget.id); }