Opposite of loading external data

Okay so im thinking since you can load an external text into flash, can’t you do the opposite? load a variable, string, array or what ever into a text file?

im wondering this since im still thinking of how to make a high score table…

i figure if you can do this and then run the list through a sort, you will have a high score table

I wish. Lol, you need php or like asp or whatever to write to a text file.

heh… it was just a thought

edit >>
there was something said bout having to use databases…

Oh right. Like I said, to send to databases from flash, you need: Flash (of course), PHP or a Server-Side Script, and mySQL.:slight_smile:

*Originally posted by Soul814 *
**there was something said bout having to use databases… **
databases and textfiles are some of the storage mediums you can use, PHP, ASP, and any other server-side language act as a “glue” between your front-end (Flash) and the storage :slight_smile: