Topic: Some images are displayed, but others are not.
Okay, on my laptop the web page looks great and Tiltviewer functions normally with all images visable. As soon as I upload to the server, only three images in Tiltviewer are visible (2 on 1st page and 1 on 2nd page). All coding in xml file replicates the images that are visible, so I don't know what is going on.
www.808pix.com is the link and the code is:
<script type="text/javascript">
var fo = new SWFObject("TiltViewer.swf", "viewer", "1000", "750", "9.0.28", "#99CCCC");
// 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/projects/tiltviewer/config_options.html
// 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","900");
//GENERAL OPTIONS
fo.addVariable("useReloadButton", "false");
fo.addVariable("columns", "5");
fo.addVariable("rows", "5");
//fo.addVariable("bkgndInnerColor", "#99cccc");
//fo.addVariable("bkgndOuterColor", "#99cccc");
//fo.addVariable("frameColor", "#99cccc");
//fo.addVariable("navButtonColor", "0x000000");
fo.addVariable("showFlipButton", "true");
fo.addVariable("showLinkButton", "true");
fo.addVariable("linkLabel", "Visit web site");
//fo.addVariable("backColor", "#99cccc");
//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>