Hi,
I'm using Actionscript 3.0 and Flash CS3.
I want to save my game data to a xml file on hard disk.
Can somebody explain me how to do that?
Hi,
I'm using Actionscript 3.0 and Flash CS3.
I want to save my game data to a xml file on hard disk.
Can somebody explain me how to do that?
You should implement your own persistence layer only if the data needs to be accessed by non-Flash-based apps. Otherwise, use local shared objects.
Be sure to read all pages linked in this post; they have further information that should prove useful. When asking for help, make sure you follow Eric Raymond's and Jon Skeet's guidelines for prompt, accurate responses. Please answer any questions I ask; they're not rhetorical (probably). Any posted code is intended as illustrative example, rather than a solution to your problem to be copied without alteration. Study it to learn how to write your own solution.Misson, not Mission.