Skip to main content
Participant
February 24, 2007
Question

Writing to and reading from a file

  • February 24, 2007
  • 1 reply
  • 199 views
Is there a way to write to a file in flash? All the sources I found talk about using different languages with flash to do that. We have a game that we would like to store high scores from into a file and load them when the game starts. Can anyone, please, let us know what the best way of doing this is? Thank you!
This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
February 24, 2007
flash can't do that unless you want to store the high scores for each user (in which case you can use the sharedobject). if you want to store the scores on a server, you'll need to use a server-side script written in perl or asp or php etc.