Mega Code Archive

 
Categories / Flex / Container
 

Places a Button in an Application with an absolute layout

<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">     <mx:Button label="Button" x="600" y="400" /> </mx:Application>