Help if you please…
I have been working on a project where three swf need to be loaded into three different containers on my stage as soon as I press a button. So far all I managed to accomplish is that only one of the swf loads but not in the right location. I tried to give it the x and y coordinates wherer I want the swf to appear, but still it loads somewhere else. What can I do?
This is the code I am using:
_root.createEmptyMovieClip(“container_solid”,999);
/container_solid._x = 160.0
container_solid._y = 400.4;/
loadMovie(“solid.swf”, “solid_mc”);
line 2 and 3 are temporarily commented
I used the same code for all three swf changing naturally the instance names, but these do not load or if they do they are loading behind the one that shows on the stage.
What can I do? Your help would be greatly appreciated
[COLOR=#ff0000]Brutium[/COLOR]