Hello,
I used to know how to send variables to a text file. I forgot now, so this is why I am asking... This is all done on my PC, nothing to do with html or php or anything over the internet. I have a text file named "astats.txt" and I can load all of the variables inside easily... I used this.
Now, I cant seem to send the variables that are in the object A back to astats.txt ... I would like it to be sent back and overwrite the existing variables.Code:_root.A = new LoadVars(); _root.A.load("Notepads/astats.txt");
Ive tried to use _root.A.send("Notepads/astats.txt","POST"); But that keeps freezing flash...
Would it be easier to use Shared Object? ... There are quite a bit of variables... And as I asid this WONT run on the internet..
Any ideas? I really hope that someone can help... Thanks to all of you Flash Gurus I have been able to have most if not all of my questions answered ^_^ ...
Peace,
~Bill




... Thanks to all of you Flash Gurus I have been able to have most if not all of my questions answered ^_^ ...
Reply With Quote