Question is about Flex4 Text Engine:
I want to 1) append HTML text to textArea text1
I can load text like:
var s:String='<p fontSize="12">TextArea with<span fontWeight="bold">TLF</span> block</p>';
text1.textFlow = TextFlowUtil.importFromString(text1.text + s, TextConverter .TEXT_FIELD_HTML_FORMAT);
But I have no idea how to appen new text !
2) add an image to textArea
All this in the the new TLF : any idea ?
Regards