Ronney
says
Hello, I have a flash AS2 .0 file that reads external xml file. I need to add a simple button when clicked loads a specific text from the xml file into an existing text field, I tried this but it didn’t work:
Can anyone help me?
Thanks in advance.
on (release) {
textfield.text = data.xml.firstChild.childNodes[20].attributes.details;
}
Can anyone help me?
Thanks in advance.
Ronney
says
I thought it is easy!!!
