Movie clip button and scene problem

hi guys,

i have 1 button inside a movie clip, and i want that the button GO TO at frame 15 of the Scene 1.

i put this code in the Action Script of the button inside of movie clip.

on (release) {
gotoAndStop(“Scene 1”, 15);
}

and dont work!!! what happen?