Mega Code Archive

 
Categories / Flex / Container
 

Add Labels to Application

<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"     layout="absolute">     <mx:Label x="162" y="139" text="This is the first label" />     <mx:Label x="285" y="212" text="This is the second label" />     <mx:Label x="195" y="285" text="This is the third label" /> </mx:Application>