AS3: Store array in shared object
问题 I have searched for an answer to this question for quite a while but can't seem to find a definite one. Basically what I am trying to do is take an Array and store it within a shared object, and then read what is stored in the object and put it back into an array list when the script is started (hope this makes sense). At the moment I am led to believe that shared objects can only store multiple variables, so I am not sure how I would go about adding an array to one. The array itself is