Mega Code Archive

 
Categories / Flex / Graphics
 

Text can flow around the image

<?xml version="1.0"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" width="300"     height="300">     <mx:Text height="100%" width="100%">         <mx:htmlText>                              <p>&lt;img&gt; tag.</p>                 <p><img src='logo.jpg' width='30' height='30' align='left' hspace='10' vspace='10'>this is a test                 this is a test. this is a test. this is a test.</p>                        </mx:htmlText>     </mx:Text> </mx:Application>