Helpful Information
 
 
Category: Flash Help
load and control swf

how can i control and load anotherswf file from a present one. I want the loaded swf to be expanded contracted and dragged
Is it possible

Yes you can use the actionscript loadMovie() to load a separate SWF into a movie clip.

loadMovie("something.swf", "movieClip");

Then the other swf is treated as if it were a movie clip on the main movie, and you can do most things you could do to a movie clip from that point.

are you really sure about that.










privacy (GDPR)