Save Variables

Just a quickie. :wink:

http://www.actionscript.org/tutorials/beginner/loadVariables_and_loadVars/index2.shtml#

link to a tutorial in actionscript.org (alright help)

My question is in the section of this tutorial the author says load mean send. I’ve got the load bit sorted, but not the send.

What I’ve got:
Two seperate .SWF movies one is a calendar (1) and the other is just some dynamic text fields (2).

What I want it to do:
The user (who is totaly ignorant when it comes to flash) can open the movie with the dynamic text fields (2) enter text into the fields what he is doing on that day of the month. This (hopefully) will export the variables out to a text file then the calander (1) will load the text into each day of the month.

This would save the hassel of editing the text file itself which is quite messy and if the user makes a mistake could stuff it up.

This would be run on a website as the calander is part of a booking system ie that the visitor can see what days the person is available for consulting.

System Specs:
I’ve only got flash mx. I have acces to a server which runs PHP and most of the other scripting languages (pearl, sql etc), my knowlege of flash is moderate-advanced.

Any help would be apreciated.

Cheers

Robert

P.s. I suspect this might involve some scripting outside of flash’s action script. This is ok.