absolute positioning
absolute positioning in flex - simple example
Submitted by benl on Thu, 05/06/2010 - 15:16
<mx:Canvas
xmlns:mx="http://www.adobe.com/2006/mxml"
autoLayout="false"
height="50">
<mx:HBox backgroundColor="0x000000" width="50" height="50"/>
<mx:Label text="SOME TEXT" />
</mx:Canvas>