Mega Code Archive
Categories
/
Flex
/
Components
Handle Button click event
import mx.controls.Alert; public function handleEvent():void { mx.controls.Alert.show("AAA"); }