Mega Code Archive

 
Categories / Flex / Container
 

Building within the main container

<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">     <mx:Label text="This is a test" /> </mx:Application>