Loading a movieclip

hi. i know how load an external swf into a blank movieclip. but can it be done with loading a movieclip into a blank movieclip, in the same file?

heres the code i have to load an external swf

stop();
_root.loader.loadMovie(_root.m_name);
}

“loader” is the instance name of the blank mc, and “m_name” is the name of the external swf. ( i have code on button press to call “home.swf”(etc) m_name. and it loads the last thing that was called m_name. to make transitions smoother)

how would i change this code to make it load a movieclip from the same file. (i’m guessing its something to do with the (_root.m_name) bit)

thanks for any help.