Mega Code Archive

 
Categories / Flex / Container
 

Positioning a button 5 pixels from the bottom-right corner of a window

<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">     <mx:Button label="Hello!" bottom="5" right="5" /> </mx:Application>