I am working my flash website with 3 pages(home,about,links) ..Can not figure the issue after testing my movie..
I gave a script/coding to the actions but its not working properly like :

For the first page: on 1st frame
stop();

home.addEventListener(MouseEvent.CLICK, pageSelect);home.addEventListener(MouseEvent.CLICK , pageSelect);
about.addEventListener(MouseEvent.CLICK, pageSelect);home.addEventListener(MouseEvent.CLICK , pageSelect);
links.addEventListener(MouseEvent.CLICK, pageSelect);home.addEventListener(MouseEvent.CLICK , pageSelect);

function pageSelect (evtObj:Mouse) {
gotoAndStop(evtObj.target.name);
}

For the second page: on 11th frame

stop();

For the third pagen 21th frame

stop();

And the loop goes on and wont stop...kindly help !!