// PAGEFLOW
// Don't change the link to the pageflow swf
// Don't change the background colour
// You can change the height of the swf, pageflow will adjust (unlike zoomify)
myFlash = new FlashObject("global/core/pageflow.swf", "swfid", "500", "431", 8, "#CCCCCC");
// Set the path to the pages folder (the pages should be in a folder called 'pages')
myFlash.addVariable("imagePath","earthSeaSky/floods/4908/pages");
// Set the amount of pages below
myFlash.addVariable("imageCount", 4);
// Customise what the guide says pointing at the slider (if not using pages)
// defaults to "Drag the slider to move to different pages"
myFlash.addVariable("guideText", "Drag the slider to move to different frames");
myFlash.write("");
