Skip to main content
October 22, 2009
Question

actionscript 2 -- write a local file

  • October 22, 2009
  • 1 reply
  • 1204 views

So I am working on extending a flash kiosk software and I need to be able to write a text file locally. The swf will not be running on a server, but on that local machine so I was wondering how I would do that.  I tried using fileReference.upload but it isnt creating the file.

This topic has been closed for replies.

1 reply

October 22, 2009

it looks like fscommand is the way to go.... if i can get it working....