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
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
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.