Event Flex



    
    private function keyHandler(event:KeyboardEvent):void {
        trace(event.keyCode + "/" + event.charCode);
    }