Topic: GalleryXML struggles
Hi , Have used simple viewer on several occasions without any issues but have now come up against this Gallery XML issue not found.
Ive tried various remedies as follows, setting 100% in body html and various blocks, tried an iframe which works but is inappropriate for my purposes, Have tried using baseURL and galleryURL and checked all paths which seem to be correct, however nothing seems to work.
Currently my embedding code is
<!--START SIMPLEVIEWER EMBED.
-->
<script type="text/javascript" src="http://fionacampbellphotography.com/front/svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.galleryURL = "http://fionacampbellphotography.com/front/gallery.xml";
simpleviewer.ready(function () {
simpleviewer.load("sv-container", "100%", "100%", "transparent", false, null, null, null, false);
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->
THe gallery items, score, images , xml files etc are all in /front
Any advice welcome thanks.