Buttons within movie clips

I’m having a problem with an infinite menu I’m working on… I’m trying to use buttons within the infinite menu movie clip and they work outside of the movie clip but will not work once I nest them in the movie clip. I’m using this code on the buttons:

on (release){
gotoAndPlay(50);
}

and

on (release){
getURL(“http://www.adaptivehost.com”, “_blank”)
}

The getURL button works fine so perhaps I need another way to direct the movie to the frame I want. I have gotten this to work before but I lost the .fla, any advice is appreciated. If only it was possible to convert .swf back to .fla :sleep: