Buttons next previous as3 for frames

quick question

i have 5 frames on my timeline

how can go previous frame and next frame in as3

function prevFrame():void{
gotoAndPlay(previousFrame);
} ?

function nextFrame():void{
gotoAndPlay(nextFrame);
}

please advice