Display Images and SWFs in HTML
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"> <mx:Canvas> <mx:TextArea width="300" height="300"> <mx:htmlText> <img src='logo.jpg' width='100' height='100' align='left' hspace='10' vspace='10'> <p>This is a test.</p> </mx:htmlText> </mx:TextArea> </mx:Canvas> </mx:Application>