Creating a high score table in flash, using external file handling, can be achieved using server-side scripts, such as PHP. However, as this is not allowed for my game (school project), I need a way to write a few variables directly to a text file and read it back again. Is this possible?

I am using AS 2.0.

Any other ways in which a high score table, which is portable and can be saved and updated, will be welcomed.


If anybody could help me out I would greatly appreciate it.