Play a mc within a mc on a other page

Hey guy’s,

I have a action on a button and need it to play a mc within a mc on a other page on another level? This is my current code on the button:

 on (release) {
 unloadMovieNum(1);
}
on (press) {
 loadMovieNum("folio.swf", 1);
}
on (press) {
 _root.catagoriesMC.level2.gotoAndPlay(Print);
}
 

Where am i goin wrong? Is there another way of doin it?