Be a Supporter!

Save without broswer

  • 201 Views
  • 5 Replies
New Topic Respond to this Topic
LiquidOoze
LiquidOoze
  • Member since: May. 13, 2008
  • Offline.
Forum Stats
Supporter
Level 26
Musician
Save without broswer 2010-11-15 12:21:33 Reply

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)?


[Hidden Audio Gems]
SC || YT || FB
Shoot me a PM for constructive reviews, collaborations, commissions or anything else!

BBS Signature
milchreis
milchreis
  • Member since: Jan. 11, 2008
  • Offline.
Forum Stats
Member
Level 26
Programmer
Response to Save without broswer 2010-11-15 12:27:15 Reply

FileReference.save()

CyberXR
CyberXR
  • Member since: Aug. 22, 2008
  • Offline.
Forum Stats
Member
Level 09
Blank Slate
Response to Save without broswer 2010-11-15 13:38:43 Reply

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

xKiRiLLx
xKiRiLLx
  • Member since: Feb. 8, 2007
  • Offline.
Forum Stats
Member
Level 09
Game Developer
Response to Save without broswer 2010-11-15 14:41:45 Reply

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.

4urentertainment
4urentertainment
  • Member since: Aug. 1, 2008
  • Offline.
Forum Stats
Moderator
Level 13
Game Developer
Response to Save without broswer 2010-11-15 14:46:51 Reply

Don't shared objects work the same in the stand alone flash player? In which case you could just save using those.

PSvils
PSvils
  • Member since: Feb. 3, 2010
  • Offline.
Forum Stats
Member
Level 01
Game Developer
Response to Save without broswer 2010-11-15 15:14:34 Reply

Found a really great tutorial here!