two ways to get dynamic text into my <s:RichEditableText
font styling doesnt work with..
textFlow="{TextConverter.importToFlow( articleText, TextConverter.TEXT_FIELD_HTML_FORMAT )}"
images dont work with..
textFlow="{TextFlowUtil.importFromString(articleTe xt)}
the problem is one way shows the images i have in img tags the other shows text styles shown with
<p fontSize="20" fontFamily="GillSansStd" color="#ffffff">Welcome...</p>
<br /><br />
…and congratulations<img src='../creative/assets/trinidad.jpg' width="100" height="200" align="top"/>
Really appreciate any helpful postings with understanding why there are two ways and which is better or another way entirely.
thanks
