FLEX 4: importing html in spark with textarea TextConverter

Posted by mydiscogr on Stack Overflow See other posts from Stack Overflow or by mydiscogr
Published on 2010-05-19T06:09:07Z Indexed on 2010/05/19 6:10 UTC
Read the original article Hit count: 378

Filed under:
|
|

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);

© Stack Overflow or respective owner

Related posts about flex

Related posts about textarea