ScrollPane and gotoAndStop

I have a group of images that I made into button symbols in a movie symbol that I linked to a ScrollPane. I added the following action to the buttons to go to there respective keyframes on the scene,

on (release){
gotoAndPlay(“Scene 2”,6);
}

The buttons when placed in the ScrollPane don’t seem to have any working actions, please help, this is urgent! Thanks.

I’m also trying to add a link over images that opens a browser window when clicked on and displays the bigger image. This is going to be on an autorun CD, so the pictures will be directly on the CD with the flash projector file.