hi ,
i am storing some data in a xml as html format.
<notice><![CDATA["<p>hello "hi"</p><p> </p>"]]></notice>
I want to take it to flash and apply to a text field with html property set to true.
however when i take it to flash , it becomes :
"<p>hello &quot;hi&quot;</p><p>&nbsp; </p>"
Please some one help