The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.39 / 5.00 38,635 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.09 / 5.00 15,161 ViewsIs it possible to make a Flash save data on your computer, even when not played in a browser (so like, in the regular Flash Player, just like when you test a Flash movie)?
[Hidden Audio Gems]
SC || YT || FB
Shoot me a PM for constructive reviews, collaborations, commissions or anything else!
At 11/15/10 12:21 PM, LiquidOoze wrote: Is it possible to make a Flash save data on your computer, even when not played in a browser (so like, in the regular Flash Player, just like when you test a Flash movie)?
Not sure but you could do something like this:
f.open(file.txt, "w");
f.writeline(" ");
f.close();
Check out the coolest Donkey Kong Game on NG!
http://www.newgrounds.com/portal/vi ew/459064
100 posts @ Posted at: 9/15/08 07:36 AM http://www.newgrounds.com/bbs/topic /969232
At 11/15/10 12:27 PM, milchreis wrote: FileReference.save()
Yeah, that's a way of storing data in files and saving them on your computer. However, they can be easily edited that way.
Don't shared objects work the same in the stand alone flash player? In which case you could just save using those.