Topic: Problem loading a gallery
Hi, i´m trying to embed a gallery in my .html file but i can´t make it work. I have to say I moved all the files tree into another subfolder called "slide1", because i don´t want it to be in the root of my site. So I´ve modified the embed code as following:
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="slide1/svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
simpleviewer.ready(function () {
simpleviewer.load("sv-container", "100%", "100%", "222222", true);
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->
but when I preview it in my local drive using Dreamweaver all i get is the famous "gallery xml not found" and when I try uploading it to my domain, just the same.
Any help would be apreciated because this is driving me crazy. Thanks in advance.