PDA

View Full Version : Arrays and sharedObject


moglie
07-29-2009, 07:06 PM
I have a series of check boxes on a form and when one is selected it adds itself to and array and if its deselected, it removes itself from the array. I also have a sharedobject which essentially saves this array of checkboxes/movieclips.

I am trying to save which boxes were selected so when you close the file and come back later, the previous selections are saved and displayed.

So how could I convert this array to a series of movieclips/checkboxes and then have a an init function take some action on the elements/mc's in that array?