Making MXML interactive : MXML « Development « Flex
- Flex
- Development
- MXML
Making MXML interactive

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:Button id="alertButton" label="Show Alert" click="mx.controls.Alert.show('Example')" />
</mx:Application>
Related examples in the same category