Question
Air not support <img> tag on textField?
I try this:
text_txt.htmlText = "<IMG src='myimage.jpg' id='image' /><P>This is my picture</P>";
text_txt.text = text_txt.htmlText ;
on Flash player
out put is : <IMG src='myimage.jpg' id='image' /><P>This is my picture</P>;
but on Air
out put is : <P>This is my picture</P>;
What's happened?
Can you help me?
and Sorry about my english.