Hi first time here and would really appreciate some help with XML and Flash 8.
Basically I am trying to parse data from XML file into a dynamic text box in Flash, it all works fine until I try to parse data so each line is directly under each other. For example
<name>John
Peter
Alex</name>
should appear in Flash like
John
Peter
Alex
but instead its adding an extra line so it appears like
John
Peter
Alex
I’ve been using notepad then moved on to using dreamweaver to create the XML file but still no luck. Any advice would be really helpful.