AS3 XML format question
I'm working through a tutorial where the XML format looks like:
<image src="images/1n.jpg" name="example 1" />
The AS3 code that goes with it is:
imageText.text = xml.image[slideNum].@name.toString();
imageText.text being the dynamic text field. This code works fine, but I'm not working with this particular format. My XML code looks more like: