View Full Version : I want to learn how to load a external movie onto another main movie
LauroBezerra
08-16-2002, 01:05 AM
Hello, guys!!!!
Well, I'm newbie in Flash.
I try to load a external movie onto another movie but the external movie I want load it stands above the main movie.
I need fix it. I don't know how to fix this problem.
Please, help-me!!!
Thanks you all.
sumul
08-16-2002, 01:20 AM
What do you mean "stands above"? Do you mean it's in a higher directory?
"../" will go up one directory. So this.loadMovie("../external.swf") will look in the directory above the main movie for "external.swf".
Or did you mean something else entirely?
are you loading your movie into a target movie clip? or into a level?
if you are using loadMovieNum("mymovie.swf",1); you are loading into a level. all levels will be loaded on top of your main level (_level0).
if you are using:
loadMovie("mymovie.swf","mytargetclip");
//(not sure about syntax here) or
mytargetclip.loadMovie("mymovie.swf");
then you are loading into a target movie clip.
personally i prefer the second, altho there are many who prefer the first.
with the second i find i can more easily manipulate the position/properties of the loaded movie. just my preference tho.
if you post your file here, i'm sure some one will give you a hand.
btw. welcome to as[org].
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.