FLEX 4: importing html in spark with textarea TextConverter
- by mydiscogr
hi to all,
I have imported a Html text into textarea using Textconverter and it works well, but I have a problem
I need to mark with "image not found" if and image inside into imported html isn't more online or simply don't exist, so if anybody can help me...
Thanks
es.
var string:String = '<img src="elvis.gif" />';
aTextArea.textFlow = TextConverter.importToFlow(string, TextConverter.TEXT_FIELD_HTML_FORMAT);