Linking to frames in my Flash file problem

Ok so I’m sure people have done this before and I’ve googled solutions but nothing really works on this that I’ve seen… I am trying to build a website and my introduction goes from frame 1-50, and right as it hits frame 50 I have it set up to repeat frame 25-50 continuously. At frame 25 is where the links are visible to be clicked on and I have the additional pages (that match with the links) after frame 50, so how do I make my “about” link from frames 25-50 jump to frame 55 and stop there, and is it possible to even do when my frames 25-50 are repeating continuously?

The “About” frame (55) is just one frame so I would assume the gotoandstop function would work here. I’ve tried the code below and clicked on the button and went to actions and typed it in the actions window but nothing happens…

on (release) {
gotoAndStop(55);
}

Can anyone help on this?