Taeke
11-22-2002, 09:06 AM
I want to load a .swf movie into another .swf movie.
To do so, I use the command loadMovie.
As you will know, you'll have to load the movie into another one.
loadMovie ("mc_source.swf", "_root,"mc_destination.swf")
So far it works.
my goal is: After the whole source.swf is loaded, the mc_destination.swf must grow (30% to 100%)
So I want only to start the growing, when the whole movie is loaded.
I don't understand where I have to put the actionscript.
Different files will have to be loaded (after each other) into the
mc_destination.swf and they all must behave in the same way.
Can you give me the solution?
:mad:
To do so, I use the command loadMovie.
As you will know, you'll have to load the movie into another one.
loadMovie ("mc_source.swf", "_root,"mc_destination.swf")
So far it works.
my goal is: After the whole source.swf is loaded, the mc_destination.swf must grow (30% to 100%)
So I want only to start the growing, when the whole movie is loaded.
I don't understand where I have to put the actionscript.
Different files will have to be loaded (after each other) into the
mc_destination.swf and they all must behave in the same way.
Can you give me the solution?
:mad: