Page Flip "artifacts"

I am using pageflip to convert a pdf into an online brochure. The problem I am having is this: There are 16 pages, I created all the pages from template pages left and right. They are all set to export to actionscript, but not to the first frame, as it says in the directions.
The problem I am having, check it out here is that the 2nd and next to last (15th) pages are staying visible after they have been turned. Does anyone have any suggestions?
The properties panels are screenshots attached and the code for the pages is below.

Thanks, Jeremiah

here’s the code

pw = 463;			//page width in pixel
ph = 600;			//page height in pixel
					//pages in the library must have the same size, the script will not resize them!

//page data... (export names/tearing flag)
addPage("start");
addPage("page01");
addPage("page02");
addPage("page03");
addPage("page04");
addPage("page05");
addPage("page06");
addPage("page07");
addPage("page08");
addPage("page09");
addPage("page10");
addPage("page11");
addPage("page12");
addPage("page13");
addPage("page14");
addPage("page15");
addpage("page16");
addPage("end");