RE: [flexcoders] Storing several passwords with shared objects

2005-10-12 Thread Abdul Qabiz
Hi, You can save many passwords. If there is not storage to save, user would be prompted to increase SharedObject size. But I think, by default the limit is around 10K or 100K (dnt remember exactly). You can create an object(key-value pairs) and save it to SharedObject. f.ex. var

Re: [flexcoders] Storing several passwords with shared objects

2005-10-12 Thread nostra72
I think so an example of what I am trying to do is this. Lets say you have a game that everyone is playing cards on a flex application and you want everyone to have there own password because the web page is on a public server. What I figured would be the best route is to have a password for