I too am facing the same issue with the free version. I have a 4 x 4 array of pics using 25 pics total (ie 2 pages worth of images). I can advance to the 2nd set of images using the reload arrow at the bottom of the tilt display but the arrow is not present under the second set of images to allow me to return to the 1st set of images. How can this be fixed? I've tried activating/deactivating the [ fo.addVariable("useReloadButton", "true"); ] general control with no results.
My settings:
<script type="text/javascript">
var fo = new SWFObject("TiltViewer.swf", "viewer", "100%", "100%", "9.0.28", "#000000");
// TILTVIEWER CONFIGURATION OPTIONS
// To use an option, uncomment it by removing the "//" at the start of the line
// For a description of config options, go to:
// http://www.airtightinteractive.com/proj … tions.html
//FLICKR GALLERY OPTIONS
// To use images from Flickr, uncomment this block
//fo.addVariable("useFlickr", "true");
//fo.addVariable("user_id", "48508968@N00");
//fo.addVariable("tags", "jump,smile");
//fo.addVariable("tag_mode", "all");
//fo.addVariable("showTakenByText", "true");
// XML GALLERY OPTIONS
// To use local images defined in an XML document, use this block
fo.addVariable("useFlickr", "false");
fo.addVariable("xmlURL", "gallery.xml");
fo.addVariable("maxJPGSize","800");
//GENERAL OPTIONS
fo.addVariable("useReloadButton", "true");
fo.addVariable("columns", "4");
fo.addVariable("rows", "4");
fo.addVariable("showFlipButton", "true");
//fo.addVariable("showLinkButton", "true");
//fo.addVariable("linkLabel", "Contact Us");
fo.addVariable("frameColor", "0xFFFFFF");
fo.addVariable("backColor", "0xCCCCCC");
//fo.addVariable("bkgndInnerColor", "0xFF00FF");
//fo.addVariable("bkgndOuterColor", "0x0000FF");
//fo.addVariable("langGoFull", "Go Fullscreen");
//fo.addVariable("langExitFull", "Exit Fullscreen");
//fo.addVariable("langAbout", "About");
// END TILTVIEWER CONFIGURATION OPTIONS
fo.addParam("allowFullScreen","true");
fo.write("flashcontent");
</script>
Any clues Felix?
Thanks in advance.