I am trying to add an image to my textarea .Everything is fine but i am not getting why this code not works.
Here is my text area(mxml)::
<s:RichEditableText id="insultTxtArea" x="0" y="0" width="90%" height="100%"
color="#000000"
editable="false" fontFamily="Helvetica" selectable="true"
textFlow="{TextConverter.importToFlow( insultTxtArea.text, TextConverter.TEXT_FIELD_HTML_FORMAT )}"
styleName="customStyle"
textAlign="left" textDecoration="none"/>
I am adding an image
insultTxtArea.text = "<img src='assets\\insult500.png'>";
But where the fault is??? Thanks in advance
try: