View Full Version : loadMovie
flashjohan
August 12th, 2002, 09:04 AM
How do I position a movieClip after I´ve loaded it (loadMovie)? Using a another MovieClip as target doesn´t seem to work. grrr.
Thanx!
JJ
lostinbeta
August 12th, 2002, 12:49 PM
Try using this...
loadMovie("yourMovie.swf", "loadToClip");
yourMovie.swf = the .swf file you want loaded.
loadToClip = the movie clip you want yourMovie.swf to load at (it will attach the upper left corner of yourMovie.swf to the clip)
Hope this helps!
andr.in
August 12th, 2002, 12:57 PM
hum... I didn't even know about that the loadToClip thingy :)
I just used
_root.mc.mc2.loadMovie(...);
:)
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.