Skip to main content
A_kameshwaran
Inspiring
April 27, 2011
Question

File Writing

  • April 27, 2011
  • 1 reply
  • 287 views

Hi,

     I have created the flash exe which will be working on the local machine. what i want is to write a log file. How can i do it...?

I have tried using

fscommand("save","1.txt");

&

mystring="This is some text that i want to save locally";

MMSave(mystring,"1.txt");

But the both the things are not working.

Regards,

Kameshwaran A.

This topic has been closed for replies.

1 reply

Participant
May 3, 2011

because of sucurity reasons flash player do not allow you to write on hard disk. so to achive this you will have to use either zinc or adobe air.