How to call a frame of one movie clip from another movie clip

Hello everyone,

Scene1->MovieClip1->Image1(as a button)
Scene1->MovieClip2->MovieClip3->MovieClip4->frame1

Now I want to call frame1 from Img1 have a parent Scene1 common.

How can I do this.

I have tried

on(release){
_parent.MovieClip2.MovieClip3.MovieClip4.gotoAndPlay(“frame1”);
}

But this is not working. I am using flash 8.
Please help me out with this as this is very urgent.

Thanks and Regards
Roll