ForumsProgramming ForumHelp With Cookies =d

8 3814
rytherix
offline
rytherix
68 posts
Nomad

I was familiar with how to save/load cookies in actionscript 1.0, but my newest project is using flash player 9 and AS2.0, and saving and loading cookies has drastically changed appearantly. All I need to know how to do is save and load variables, can anyone help?

  • 8 Replies
rytherix
offline
rytherix
68 posts
Nomad

btw, here would be my save button in AC1.0

on (release) {
_root.dat = sharedobject.getLocal("game"
_root.dat.data.NAME = _root.NAME;
}

and here would be my load button

on (release) {
_root.dat = sharedobject.getLocal("game"

_root.NAME = _root.dat.data.NAME;
}

rytherix
offline
rytherix
68 posts
Nomad

^bump for great justice

Avrilicious
offline
Avrilicious
525 posts
Peasant

Switchfoot heres danks link

http://armorgames.com/user/dank

Hermann0212
offline
Hermann0212
150 posts
Nomad

try dank first then see
Koshionos

dank
offline
dank
986 posts
Peasant

What is your sharedobject declaration?

rytherix
offline
rytherix
68 posts
Nomad

declaration? any code I would need in as1 is posted above, I dont think i used anything else. please help dank

rytherix
offline
rytherix
68 posts
Nomad

Dank has already helped me on two occasions I believe, he is my best friend here =P

jackice
offline
jackice
53 posts
Nomad

you-- to u

Showing 1-8 of 8