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.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
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. |
|||
|
|
|
http://weblogs.macromedia.com/flashjavascript/ Those are two good links reguarding javascript communications |
||||
|
|
|
alternatively, you can make a JavaScript Flash file and make a window SWF, which has full file access. However, this could never be used on the web |
|||
|
|