ok so i downloaded a pageflipper component from flashloaded.com
i am buildimg a web site and on frame 121 i have a bunch of buttons in one frame that i want to go to specific pages of the page flipper which sits in frame 122...
at the moment i have this code on the actions panel for the first button..

stop();
barsbtn.onRelease = function()
{
gotoAndPlay(122)
{
myPageFlipper.gotoPage(4);
}
}


this goes to the next frame(122) but DOES NOT go to the specific page in the page flipper and i cant figure out why! ive tried so many forums and no answers!
when i sit the page flipper in frame 121 with the buttons it works fine but then all my buttons sit over the page flipper which is not what im goin for!
any help on the code for the buttons will be greatly appreciated...thanks!