Hello everybody,
I found and successfully used the (wonderful) “Displaying XML data in Flash”
(www.kirupa.com/developer/actionscript/xmldataflash.htm) tutorial but I am now hitting a wall when it comes to formatting the text being imported.
I don’t usually use the nodes system to navigate the XML file (one text block/one element) and am able to format the text using an additonal CSS sheet linked to the XML.
When using the AS2 code with the nodes to navigate through the XML though, (tutorial), the CSS formatting doesn’t work: if I format my XML with the usual CSS, as in
<span class=“xxx”>blahblahblah</span>, flash return a “null” comment and doesn’t display the text anymore.
Any way around it?
Thanks for any ideas, input and solutions you guys can offer.