<mx:Text width="100%">
    
<mx:htmlText>
    
<![CDATA[This is <font color="#FF0000">HTML text</font> in a <b>Text component</b>. Using the <u>htmlText attribute</u> of the <font color="#008800">Text component</font> you can use basic HTML markup.]]>
      
</mx:htmlText>
</mx:Text>


  FLEX中如果需要html的话可以在<![CDATA[]]>中写html。