duplicateMovieClip

I can’t figure out how to do this…
I want to duplicate container_mc and then place largePicture_mc on the root timeline. Is this possible?


newfile_mc.onRelease = function() {			
  this.picture_mc.container_mc.duplicateMovieClip("largePicture_mc", 12345);
};