I am making a totally flash based website, and need a bit of help

Basically, what i want to happen it when you go to a different page in the website, i want the page contents to fade out(apart from the menu bar), and then the new content to fade in.The only problem is i dont know how to get a button to say " on release, play up to frame 15 of this scene (the content fading animation), then go to scene x)

Could anyone help me with this?
so far i have:

on (release) { gotoAndPlay("1","1");

}

for the buttons :stuck_out_tongue: