Hi
I am creating a Flash game.
As there are no InputBox type objects for Flash, i am using the Highscore Object as an input box for a highscore table ( and only as an input box, not as a highscore table )
So, i dont need the Highscore Object to store an ini file on the users computer ( since im only using it as an input box )
( The Highscore Objects uses INI files, dont they? )

In short:
Is it possible to have the Highscore Object NOT store an ini file/ data file on the Users computer?
Or is my best solution to try and delet the INI file after i have recieved the input from it?