Display HTML in Flex Mobile Project (4.5)
Hi,
I have a string which is an entire html source and I need to display it on phone.
I have tried the following code -
var markup:String = "<p>This is paragraph 1.</p><p>This is paragraph 2.</p>";
var flow:TextFlow = TextFlowUtil.importFromString(markup);
myST.textFlow = flow;
where myST is a TextArea but nothing gets displayed.
Please help me with a way of doing this in Flash Builder 4.5 -> Flex Mobile Project.
Thanks
Monika
