views:

27

answers:

1

Hi,

i want to save the text file without dialogue box and store the given particular path in flash actionscript 3.0 or 2.0. if anyone know above issue,let me know

A: 

You can use LoadVars.send() to pass your text to a PHP server script, which will write out a text file - here's a tutorial that may help.

Richard Inglis