I dont know much about creating cookies and retrieving inforation and var's from cookies. So i was just wondering if its possible to set an entire array to a cookie.

eg

Code:
myArray = [["James","Daniel","Jeff"],
           ["Kate","Shelly","Sarah"],
           ["Jessica","John","Sally"]];
How would i do this and can i do this.

And how do i retrieve the array and place the array in my actionscript.
Im trying to create a save functoin that saves certian arrays and varibles to one cookie and then when the user starts the swf agian it reconises that the user has been on before and loads the array and the other var's to the swf.

If i cant do this i dont know what i can do

I think i saw a tut somewhere a while back but i forgot where.

ThankS in AdvancE

[h]ooligan