I am completely new to flash. We need to load a binary file from the user system (must work in Flash 9) and do some process in flash and save it back to the file system. I think that this would have to be done by getting the file in JavaScript and then encoding it send it to Flash.
Share
Local file system access is in Flash 10 with the File Reference enhancements. You’re out of luck if targetting Flash 9.
Javascript cannot access the local filesystem either.