Load a fram from a movie clip!

Does anyone know how to goto a frame in the main scene from a movie clip included in the scene!!
I put in the action box :

gotoAndPlay(“Scene1”, 11);

but it only plays frame 11 in the movie clip, even thou I renamed the Main Scene and everything…

(I put a little sample with this mail so you can understand better what I´m meaning!!)

please send me mail to : [email protected]

Try targeting a frame label instead so that your script would look something like this:[AS]_root.gotoAndPlay(“framelabel”);[/AS]

Framelabel would be the name of the frame you want to go to and play.