Loading array of display objects using shared objects in action script 3.0
问题 I'm trying to load an array that contain some display objects, the program lets me to populate the array with circles and save them to a shared object, then, I can trace the content of my array using the load button. The problem is that i can't load the array after that I restart my program. It traces me this message:"objects loaded: ,,," This is the code: var SO:SharedObject=SharedObject.getLocal("myFile", "/"); var arr:Array=new Array(); var counter:Number=-1; addBtn.addEventListener