Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Flash MX LoadVars saving?

Status
Not open for further replies.

spDavCom

Programmer
Feb 16, 2003
13
US
I can load my varibles into my project from a .txt file.

QUESTION:

I would like to make a change to a variable then save it back to the .txt file. Can this be done?

//I've tried:

oLv.var1 = "newValue" ;
oLv.send("vars.txt") ;

//But this doesn't seem to work

Any input or syntax would be much appreciated, thank you!
 
can only be done through a server side script (php etc)

_______________________________________
You know you're old if you can remember when bacon, eggs and sunshine were good for you
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top