Calling x text elemets from XML

Exyl

New Member
I have a flash file witch is calling text from XML file in AS2. Here is the XML\[code\]<goals1> <minute>32</minute> <name>Name</name> <minute>35</minute> <name>Name2</name></goals1>\[/code\]So this is simple but this code might be bigger or smaller, for example:\[code\]<minute>32</minute><name>Name</name>\[/code\]can be repeated 4 times or more. These are going to be the minute when the goal is scored and the name of the player and this is going to be listed in the swf, so my question is what to do here. Any ideas?Thank you !
 
Back
Top