I have a good bit of experience loading data INTO Flash with xml, but for the first time i am confronted with the need to SEND data to an xml file. I have NO idea how this is done, but what I need to send is pretty simple.
We have a sort of game where buttons are clicked in order to make choices. 65 buttons are available. When a button is clicked it registers a “1” in a textfield. If it is not clicked or later unclicked the textfield reads “0”.
When the player is finished, he clicks a “Submit” button and I would like to transfer all the “0” and “1” textfield values to their corresponding elements in an xml file I’ve already linked to. From there the values will be added to a database where they can be saved.
Is there a simple tutorial for a simple person like myself to have a look at and learn the very basics of how this is done.