They are loading external swf files into the main swf.

You can do it in two ways. Either load it into a target movieclip inside the main swf or load it into a new _level of the Flashplayer.

To load a externals swf into a empty MC in main timeline...

myTargetMovieClip.loadMovie("myExternalMovie.swf") ;