import mx.controls.Alert; private function myEventHandler(e:Event):void { Alert.show("The button " + e.currentTarget.id + " was clicked"); }