MovieClip.loadMovie
When loading external content into movie clip instances, it's recommended that you use the MovieClip method version of loadMovie. This is called directly from the movie clip you wish to load the content into and is passed the URL of the content.
myContainer.loadMovie("myExternalMovie.swf");
The URL of the content being loaded can be relative or absolute.