Tagged Questions
0
votes
2answers
353 views
how to get hard disk serial number with action script
I'm using action script 3.0 compiling the code to flash 10
how to get hard disk serial number with action script?
I want to get this info without any security requirement. Is there a way to do it?
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 ...