[Flash8/AS2] pageFlipper Help needed!

Hello,

I'm using the pageFlipper to create a demo for a customer...Now I'm new at this and need someone to help me...I have created the cover, page_1 which are both jpg and page_2 which is a swf file.

I have a swf file that play a bat crack/crowd sound with a image on page 2.
I don’t want the sound on the cover page , I just want it on page1-2. Also when I play the main swf file (the part when the bat hits the ball), it sounds twice and I cant figure how to only make it sound (hit) once, the crowd cheering part is fine. Basically I just want the sound to play on page 1-2.

I’m using this code on the page_2 swf file(on the timeline):

myPageFlipper.onPagesLoaded = function() {
gotoAndPlay(2);
};

Thanks,
:smiley:
V