Is it possible to wrap text around an image? Here is a link of what I would like to do with Flex, not HTML as in the example. Will it be possible to use the textFlow
component like we tried here?
<s:TextArea width="100%" height="100%" editable="false">
<s:textFlow>
<s:TextFlow>
<s:img source="imageLocation" width="80" height="80" />
<s:p textAlign="justify">text_goes_here</s:p>
</s:TextFlow>
</s:textFlow>
</s:TextArea>