PDA

View Full Version : Writting a text file.


ombdj
01-02-2002, 03:55 PM
How can I write a text file using flash?

I heard it somewhere and tried using fscommand. But that only generated a text file with a given name. If i want to write something inside that text file, can i do that using flash?

jimburton
01-03-2002, 02:55 PM
Yes, but only by outputting the text as a form variable to a page that contains some kind of back end script - simple matter then to write it to a txt, whatever your flavour of backend jiggerypokery...

ombdj
01-05-2002, 04:10 AM
Doing it through a backend programm, I know. But I had a doubt whether flash can do it alone or not. Well, thank you for your response.

Thnx