Topic: SV won't load on my site - Please advise
I created an SV gallery locally and it works fine on my computer. After uploading the SV gallery folder to my website, I was getting a “gallery xml not found” error. I found this advice on the forum: http://www.simpleviewer.net/forum/viewt … p?id=15823 and updated my index.htm (called “DesignThumbs.html”) with the code below where my “SV_BaxaDesign “ is the name of my Gallery Folder.
Now I no longer get the error message, and the “DesignThumbs.html” page loads (http://www.baxaart.com/portfolio/Design … humbs.html), showing my “you need flash to view this” message, BUT THE SIMPLE VIEWER GALLERY WILL NOT LOAD. See embed code below. (I am not versed in Javascript, only html) Please help me! Thanks, Tom
<!--START SIMPLEVIEWER EMBED -->
<script type="text/javascript" src="SV_BaxaDesign/svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
var flashvars={};
flashvars.baseURL="SV_BaxaDesign/";
simpleviewer.ready(function () {
simpleviewer.load('sv-container', '100%', '100%', '333333', true, flashvars);
});
</script>
<div id="sv-container"></div>
<!--END SIMPLEVIEWER EMBED -->