Saving a file to hard disk Actionscript 3.0

nuwanpra

New Member
Messages
45
Reaction score
2
Points
0
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?
 

misson

Community Paragon
Community Support
Messages
2,572
Reaction score
72
Points
48
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.
 
Top