Mega Code Archive

 
Categories / Flex / Components
 

Use the text property with standard text

<?xml version="1.0"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" height="400">     <mx:Text width="400" text=" &lt;,greater than, &gt;, ampersand, &amp;, apostrophe, ', and quotation mark &quot;." />     <mx:Text width="400">         <mx:text>             &lt;, &gt;, &amp;, ', ".         </mx:text>     </mx:Text> </mx:Application>