PDA

View Full Version : [AS2] xmlconnector bind data to text area


creakypages
03-10-2009, 01:26 PM
I'm trying to make a very basic xml connection, but am having trouble. I'm not even using any actionscript other than the trigger.

I'm trying to make a value from an xml file appear in a text area component. Have tried Flash help, and have seen examples online, downloaded them and they work. But I can't figure out why mine doesn't work, and what I'm doing wrong.

On stage, I have a:
XMLconnector, and a textarea

1. I got the schema correct, and have included the url to the xml in the properties of the xmlconnector.

2. I've bound the node that I need to the textarea instance.

But the data just doesn't populate.

But I can't find out my mistake. If anyone can give advice, it would be very helpful.(couldn't attach flash file, as it said invalid file, when I tried to upload)

I'm trying to find my mistake so I don't keep repeating it.

Thank you