What do we need for flash 10 development?
Posted
by user246114
on Stack Overflow
See other posts from Stack Overflow
or by user246114
Published on 2010-04-06T18:55:08Z
Indexed on
2010/04/06
19:13 UTC
Read the original article
Hit count: 256
flash
|flashdevelop
Hi,
I'm looking to do some development in flash 10, specifically for the new file api (reading/writing files on the user's local machine). What do I need to develop for flash 10, just Flash cs4?:
http://tryit.adobe.com/us/cs4/flash/c/?sdid=ETJMX&
or is there some other ide? All I'm really interested in doing is:
- Make a small swf file which reads a file on the user's machine
- I will host it in an html file
- When file read is done, I just want to send its contents as a string to a javascript function for further processing.
Not sure if I can get away with the free adobe air thing for this? I need it to run in a webpage but I don't intend to do any more development outside of the above,
Thanks
© Stack Overflow or respective owner