Problem with ScrollPane in Flash MX

hi All,

i m facing a problem in Flash MX using ScrollPane component.

Scenario:
i have one scrollpane on the stage by the name mySP. i attach one movie from the library to this mySP i.e
mySP.attachMovie(“myMenu”);
now i attached movie to myMenu like
mySP.tmp_mc.attachMovie(“myMenu”,“myMenu1”,1);
problem is that movie gets attached also show message in the trace window but not visible inside the scrollpane.

can anybody help in this.

the same think is working fine in Flash MX 2004.