<?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><img> 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>