Flash CS4/AS3 Writing local file from local game without save dialog prompt?

Posted by dragonridingsorceress on Stack Overflow See other posts from Stack Overflow or by dragonridingsorceress
Published on 2010-05-19T13:26:43Z Indexed on 2010/05/19 13:30 UTC
Read the original article Hit count: 166

Filed under:
|
|
|
|

I'm writing a game to be run locally, on the user's computer. NOT over the internet.

I want to have a file that will hold the usernames and avatar indices (they're in an array).

I want to know if there's a way to write to files through Flash with AS3. I'm using CS4.

I'd also like to know if you can delete files through Flash, though that's just optional.

Thanks in advance for any help you can give.

© Stack Overflow or respective owner

Related posts about flash-cs4

Related posts about as3