PDA

View Full Version : Writing to txt files


enginious
09-04-2002, 05:29 PM
Hi,

I would be very interested to know if it is possible to write to text files using flash? I can read from them fine, but I want to be able to make flash the text editor as well, is this possible?

Any help is gratefully appreciated,

Cheers,
Sparky.

JerryScript
09-05-2002, 12:25 AM
Flash alone cannot save to txt files, you will need a server side language such as PHP/Perl/CGI, then you call your server side script with a loadMovie function.

Jerry

mcdanyel
09-09-2002, 08:58 PM
But there are several PHP and CGi tuts here at Actionscript.org. Check out the tuts section. I use PHP because it is a lot simipler to set up. Try these in the Intermediate level in the tut section here:

tutorial 26 >>> uses PHP >>> http://www.actionscripts.org/tutorials/intermediate/passing_variables_around/index.shtml

tutorial 36 >>> uses CGI >>> http://www.actionscripts.org/tutorials/intermediate/load_edit_save_vars/index.shtml

tutorial 03 >>> uses PHP >>> http://www.actionscripts.org/tutorials/intermediate/dynamic_counter_php3/index.shtml