Topic: Gallery XML not found
I have a problem with my gallery on my site http://www.thomassteinmueller.com/Fotos_EM2010.html
There is always the "Gallery XML not found" error displaying.
I checked the Path for the Gallery and the Path of the svcore-folder and i checked the case-sensitivity.
But i don't understand, where is the problem.
I'm using SimpleViewer Pro 2.1.3.
My svcore-folder is on my site "www.thomassteinmueller.com" and the gallery-folder is on "www.thomassteinmueller.de".
Here is the code of my site http://www.thomassteinmueller.com/Fotos_EM2010.html:
<script type="text/javascript" src="http://www.thomassteinmueller.com/svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.baseURL = "http://www.thomassteinmueller.de/Fotogalerie_EM2010/";
simpleviewer.ready(function () {
simpleviewer.load("FotogalerieEM2010", "660", "480", "222222", true, flashvars);
});
</script>
Please can you help me ?
Thanks a lot !