Hey,
I am trying to load an xml file into a flash input text box, then change it, and upload the xml, completely over-writing the previous with the new info. So far, I can upload the xml into the text box and see it all laid out nicely. I can edit what I want, but I do not think changes are being made to the original xml file.
My zip has my .fla, .swf, .php, and .xml files in it. Could someone take a look and see whats wrong? Whole thing is probably under 30 lines of code.
I have reviewed some books on this, as well as articles, explaining how to append nodes or values, but what i really want to do (which i think should be simpler anyway) is to replace the whole xml with a new one written in flash.
Thanks for any help,
Blake