Duplicate a MC with attached MC

Hey,

is there a way to keep the content of a mc (attached content) when I duplicate it? I know that duplicate remembers size, position, rotation etc. But I want to get the attached content too.

// Example.
[color=red]Container1_mc.attachMovie(“star”,“obj_1”,1);[/color]
[color=red]Container1_mc.attachMovie(“stripe”,“obj_2”,2);[/color]

// Now I want to duplicate the Container to get a copy of it (Container2_mc)
[color=red]Countainer1_mc.duplicateMovieClip(“Container2_mc”,10)[/color]

[color=black]Anyone?[/color]