Topic: help my pictures wil not be shown
As the title says, I can not view my pictures on the website.
The gallery is embedded in an html document.
The pictures are in a subdirectory on the server with the "image" "svcore" "thumbs" "gallery.xml" and "index.html"
The scorce is as follow:
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="http://www.tinalandevaern.dk/bryllup/svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.baseURL = "http://www.tinalandevaern.dk/bryllup/gallery.xml";
simpleviewer.ready(function () {
simpleviewer.load("sv-container", "100%", "100%", "transparent", true, null, null, null, false, flashvars);
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->
What's wrong?