Question
actionscript 2 -- write a local file
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.