My example is simple:

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml";
layout="absolute">
     <mx:TextArea width="100%" height="100%" editable="false"
condenseWhite="true" selectable="false" textAlign="left"
backgroundAlpha="1" buttonMode="true" useHandCursor="true">
         <mx:htmlText>
             <![CDATA[
                 <b><font size='+4'>Some Text</font></b>
             ]]>
         </mx:htmlText>
     </mx:TextArea>
</mx:Application>

Reply via email to