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.
+1
A:
http://weblogs.macromedia.com/flashjavascript/
http://kb2.adobe.com/cps/156/tn_15683.html
Those are two good links reguarding javascript communications
Fusspawn
2009-05-11 16:33:45
thanks this helped me.
MrJavaGuy
2009-05-14 16:59:16
+3
A:
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.
Paul Dixon
2009-05-11 16:36:51