hello.
first of all sorry about my english.
i have 2 flash files,one is mine (the main container) and one is a external swf.
i want to load the external swf to my container swf.
i write this code in my as2 container


--- code inside the main timeline flash (mine flash) -----
*first of all i add a movie clip with instance name mc1 to the first layer
Code:
mc1._lockroot = true;
mc1.loadMovie("external.swf");
...