Question
positioning loadMovie
Hi all,
I've sifted through the forums and confused myself with the help feature in flash but still can't find an answer to my problem, would be apreciated if someone could help.
Im trying to load and external swf i but when I use the usual loadMovie into the mc the swf wont work fully - something to do with being inside numerous mc's. When I use the code -
loadMovieNum("scroller.swf", 1, "GET");
It works but is positioned to the default ie x=0 y=0
I've also tried:
this.createEmptyMovieClip("image_mc", 1);
image_mc.loadMovie("scroller.swf");
image_mc._x = -10;
image_mc._y = -50;
But every time I place the new swf into a mc it won't fully work!
Is there any way to use the loadMovieNum("scroller.swf", 1, "GET"); but give it the correct x,y values?
Thanks in advance for any input.
Cheers,
D
I've sifted through the forums and confused myself with the help feature in flash but still can't find an answer to my problem, would be apreciated if someone could help.
Im trying to load and external swf i but when I use the usual loadMovie into the mc the swf wont work fully - something to do with being inside numerous mc's. When I use the code -
loadMovieNum("scroller.swf", 1, "GET");
It works but is positioned to the default ie x=0 y=0
I've also tried:
this.createEmptyMovieClip("image_mc", 1);
image_mc.loadMovie("scroller.swf");
image_mc._x = -10;
image_mc._y = -50;
But every time I place the new swf into a mc it won't fully work!
Is there any way to use the loadMovieNum("scroller.swf", 1, "GET"); but give it the correct x,y values?
Thanks in advance for any input.
Cheers,
D