I perfer to load movies into a blank movie clip it is easier for me to keep control of the loaction of the swf that I am loading. all you have to do is
loadMovie (“matt.swf”, “mc1”);
where matt.swf is what is being loaded and matt is the empty movie clip with the instance name of mc1
That is off the top of my head so not 100% but that is what I do.
To Fishkid : Normal that it doesn’t work : you’re loading into target. Do you know what is 1 in your load command ? That’s the level you’re loading in. Whereas setproperty (1,…), 1 should be the name of your movie clip. The position where the clip should appear is the exact same position it has in the original movie.
To msjensen : OK, if I have a button saying on(press) {LoadMovie(“mymovie.swf”,“clip”) ;}
everthing is just fine. But if I put this button inside a movie clip, nothing seems to work anymore. I guess it’s the same kind of problem as the “playing a different scene with a movei clip” problem.
oups, lapsus. I meant load into level, of course. But since you want your other flas to stay there, I guess that loading into target is not an option.
Otherwise, I think that Upu’s right.