maguidhir
03-13-2006, 05:38 PM
Hi, I'm loading multiple swfs to the stage using a for loop and
createEmptyMovieClip("container" + i, layerOrder);
loadMovie(swfLocation, "container" + i);
How would I set the x,y coordinates of where i want each swf to load on the stage?
createEmptyMovieClip("container" + i, layerOrder);
loadMovie(swfLocation, "container" + i);
How would I set the x,y coordinates of where i want each swf to load on the stage?