Tagged Questions
0
votes
1answer
1k views
flash write ByteArray to file on the disk
I need to write a ByteArray to a file on local disk with Flash AS3. The flashapplication is run locally (it's a projector exe).
I found the FileReference class with the save() function which works ...