Mega Code Archive
Categories
/
Flex
/
Components
Button Click event
import mx.controls.Alert; protected function myBtn_clickHandler(event:MouseEvent):void { Alert.show("Goodbye!"); }