numerical25
numerical25

Reputation: 10790

Writing to a file in as3 flash develop

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

Answers (1)

Patrick
Patrick

Reputation: 15717

You need at least flash player 10, and use the save function from the FileReference object.

Upvotes: 5

Related Questions