Topic: Mobile version "Gallery XML not found"
Here is my gallery.xml :
<?xml version="1.0" encoding="UTF-8"?>
<simpleviewergallery
useFlickr="true"
flickrUserName="Fuse3D"
flickrTags="illustration"
thumbPosition="BOTTOM"
thumbRows="2"
thumbColumns="10"
showOpenButton="false"
showFullscreenButton="true"
galleryWidth="880"
galleryHeight="100%"
maxImageWidth="880"
maxImageHeight="495"
galleryStyle="COMPACT"
frameWidth="0"
useFlash="false"/>
Here is my insertion code on the page :
<!--START SIMPLEVIEWER EMBED -->
<script type="text/javascript">
var svCoreURL = '/storage/svcore/';
</script>
<script type="text/javascript" src="/storage/svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
flashvars.galleryURL = "/storage/gallery.xml";
$(document).ready(function () {
SV.simpleviewer.load('sv-container', '880', '680', 'FFFFFF',true, flashvars);
});
</script>
<div id="sv-container"></div>
<!--END SIMPLEVIEWER EMBED -->
The CMS I am working with has a default path of /storage/xxxxx for all files/folders. There is no HTML except what goes in a page. Here is the gallery in question : http://www.fuseanimation.com/illustration/
On my iPhone I get a "Gallery XML not found" error. Using a complete url for the galleryURL option does not help. I've tried a few variations on the galleryURL option and nothing works.
Any help would be appreciated!!!
Thank you,
Gerritt