Changing the Flex default properties : MXML « Development « Flex
- Flex
- Development
- MXML
Changing the Flex default properties
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
layout="absolute"
styleName="plain">
</mx:Application>
Related examples in the same category