Topic: Linking to external gallery folder code not working in mobile [SOLVED]
I've coded my pages with the embed code suggested for linking a page to a gallery in an external folder. It is working fine in Safari and Firefox, but giving an error on mobile. I'm using an iPhone 5
The gallery is Flickr enabled.
Here is the site:
http://audiovisualxperts.com/videogallery1.html
Here is my embed code:
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="http://www.audiovisualxperts.com/galleries/video/svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.baseURL = "http://www.audiovisualxperts.com/galleries/video";
simpleviewer.ready(function () {
simpleviewer.load("sv-container", "100%", "100%", "222222", true, flashvars);
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->
When viewing on iPhone it says "Gallery.xml not found" - which is strange. why would it work in desktop browser and find it, but not on mobile? Any help is greatly appreciated. Thank you