Reputation: 10790
Ive been doing some research and I cant seem to find anything on writing to a file. My initial question was writing a array to a seperate file. But now I am looking for resources on how to write any data such as XML or a array to a file. What I want to do is create a game editor. I want to eventually save that data to a file to be opened later. if anyone can help me that would be great.
Upvotes: 0
Views: 3195
Reputation: 15717
You need at least flash player 10, and use the save function from the FileReference object.
Official doc
Upvotes: 5