HELP ME loading another swf in main swf

HELP me about that. I can load swf file in main swf file. BUt I can’t load another swf in any position in main swf file.
HELP ME

if i got your question… :-\

see loadMovieNum in the actionscript dictionary :wink:

Yeah i used that script but i cann’t load swf any position in my main swf.

:stunned:

nope… i don’t understand what you mean. :-\

If i load another swf in my main swf how can I put loaded swf in h:50 and W:50 position in main swf.

make sure both movies are the same withd and height and place the swf you want to load in the position you want it to be

loadMovie is used to load swf’s into movie clips.

in your main movie create a new movie clip and leave it completely blank. In the library, call it “blank” when asked to name it. This you can use for a variety of things. for simplicity of this example you can drag a copy of this blank clip onto the stage. (preferably in it’s own layer. It will be hard to find, because there is nothing in it, but there is a registration point which will show up. Having it on it’s own layer saves time in trying to find it.)

select it and give it an instance name of “blank”

now in your action script layer you can use something like

blank.loadMovie(“myGreatFlash.swf”);

loadMovieNum loads into “Levels” of the Flash player
loadMovie loads into target objects.

Thanx all of U, guys.
And sorry about that my little english.
So i cann’t explain just what i mean. so first i learn english yeah.
And come back.
Ok just kidding.