Mega Code Archive

 
Categories / Flex / Components
 

HTML Text With Entities

<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" backgroundColor="#ffffff">      <mx:Label htmlText="This text &lt;b&gt;is bold&lt;/b&gt;"/>    </mx:Application>