Mega Code Archive

 
Categories / Flex / Components
 

Text is Selectable static text

<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"   backgroundColor="#eeeeee">   <mx:Text width="200"     text="The quick red fox jumped over the lazy brown dog."/>    </mx:Application>