Hey everyone,

A sudden curiousity just came to me. Ok, so you have this external xml file held in a text file.

You then load that xml into flash (in my case for highscores) and use it to either display, or change something if someone in the game made that top 10 list.


Now what I did was use sendAndLoad() to send the xml to an asp file in dreamweaver. From there I used the asp to save it back into the text file.



The thing is that USED to work, but for some reason its not and the problem lies due to the fact that the asp file isnt saving the xml back. So Im wondering is it possible to just save the xml you loaded back into itself in the external text file straight through flash instead of using something else like asp?

Thanks