I'm am trying to import html-formatted text into flash using CDATA.
the nodevalue is retrieved withPHP Code:<english_btn><![CDATA[Try using <b>bold</b> text]]></english_btn>
_root.english_btn.text = content.firstChild.childNodes[0].firstChild.nodeValue;
However the dynamic-HTML textfield displays
What the h*** is wrong?PHP Code:Try using <b>bold</b> text
//podenphant




Reply With Quote