Hello,
I have an unicode xml which has childnodes[0], childnodes[1], childnodes[2], childnodes[3], etc.
But when i open my swf it only displays childnodes[0] & childnodes[1].
Rest text boxes display as "undefined ".
when i tried same swf with english xml it displays all nodes.
I am using Actionscript 2 and UTF-8 encoding for xml.
is there any special code while dealing with unicode text from xml?
Thank u.