can anyone tell me how to save data into array using sharedobject.
For example:
There is one text field on the stage. Think that it is meant for user to enter UserName.
So I want to store the usernames in an array. When a user types the user name which already exists, its shoudl display a message saying that “user name already exists”.
I thik this can be done by saving into arrays. Can you tell me how to put these usernames into array and retrive data using shared objects. How to check whether it already exists.