actionscript 2 - Flash player 10 XML and AS2 problem -


i having trouble less (<) symbol in recent version of flash player as2 app. have xml contains strings of html text passing text field code below shows. in browser text after &lt; disappears(even if shows on machines player). know if replace &lt; &lt; work not option. have suggestion.

var internalxml:xml = new xml("<annotation><![cdata[<p align='left'><font letterspacing='0' kerning='0'>this visible text &lt; text dissapear</font><p>]]></annotation>");     var internalxmlnode:xmlnode = internalxml.firstchild;     internalxmldisplay.htmltext = internalxmlnode.firstchild.nodevalue; 

i've copy & paste code , worked pretty fine me. sure 'internalxmldisplay dynamic text , / or accepts html (internalxmldisplay.html = true;) ?


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -