I’m working on a flash application for a kiosk that will draw data from a local XML file to determine what displays and what doesn’t. I am also adding in a screen that will allow certain people to make changes to the file from within the application (to make it point-and-click simple).
I’ve read the tutorial on editing XML within flash, but how do I tell Flash to resave an edited version of the XML file? The XML will be in the same directory as the projector, and will need to be written over whenever these changes are made.
Thanks for any help!!