Problem linking flash button to flash page

[COLOR=#000000][FONT=verdana]Hello. I created a flash page which I’m having problems linking the buttons.
I have 3 pages in scene 1(“home page frame2”, “music page frame3”, “contact page frame4”), which all are set to movie symbols. I set buttons inside the home page and want one of the buttons inside the page to link to my music page (frame3) in scene 1

actionscript code "on (release){
gotoAndPlay(“music”)
}
and all it does is reload the home page as if it can’t find it’s way out of the home page back to scene1. I realize I created buttons inside the home page and not in the main scene1. is this going to be a problem? if not can someone help me [/FONT][/COLOR]