PDA

View Full Version : write to disk


jliu
09-03-2002, 08:48 PM
Hi,
I am a newbie to flash. I want to know if there's any way for flash to write to local disk. I know it is not secure, but I would like to know if it is possible at all. If so, how should I do it?? thanks...

Jesse
09-04-2002, 06:49 AM
See the SharedObjects tutorial. That's the best way nowadays.

farafiro
09-04-2002, 06:53 AM
welcome jliu
if u mean save/store files like *.txt, *.doc, as u know there is way but I've heared that u can do that with *.bat (simply u should have a *.bat files that has all your orders in it and u call it from flash, but putting it in the users pc is the pb)

If u meas u just wanna store data, see the shared object tut in the tutorials section

jliu
09-04-2002, 01:44 PM
Hi guys,
thanks for your replies.
Is there any tutorial that will show me how to write to local text file?? I read the shared object tutorial, but that wasn't what i was looking for.

farafiro
09-04-2002, 01:48 PM
have u read my post?? id so, do u know how to deal with *.bat files??

jliu
09-04-2002, 03:15 PM
farafiro,
actually I am not sure how to deal with *.bat files. Is there any short example that you can show me?? thanks

DiDi
09-04-2002, 04:39 PM
I am not sure what is that you want to "write" to local disk, but here is a tutorial for making .bat files for projector:

http://www.flashkit.com/tutorials/Projector/


Hope this helps...

DD