Easiest way to store long term variables with AS3
- by deeb
What's the easiest way to store a simple numeric variable on my server and then have a Flash application also hosted on the server read/write the variable?
I've seen various xml solutions, but they look too complex for such a simple job. Is there a way to just read/write a simple text file with just AS3 and no middle-ware?