Topic: Cannot parse gallery XML
Hello, I am receiving the message : Cannot Parse Gallery XML
I have been looking for the answer, but can't find a solution yet.
I am a first time user and have gone through the manual.
I want to use the viewer in this page:
http://www.megamedia.nl/b2b-fotografie-pm-56.html
This scipt I have pasted in HMTL on this page:
<!--START SIMPLEVIEWER EMBED.--><script type=\"text/javascript\" src=\"http://www.megamedia.nl/images/galleryphoto/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 -->
It doesn't work.
I have also tried the FlashVAR, but this doesn't solve the problem either.
This is what I have used:
<!--START SIMPLEVIEWER EMBED.--><script type=\"text/javascript\" src=\"http://www.megamedia.nl/images/galleryphoto/svcore/js/simpleviewer.js\"></script><script type=\"text/javascript\">
var flashvars={};
flashvars.baseURL="/galleryphoto/";
simpleviewer.ready(function () {
simpleviewer.load(\"sv-container\", \"100%\", \"100%\", \"222222\", true, flashvars);
});
</script>
<div id="\"sv-container\"">
</div>
<!-- END SIMPLEVIEWER EMBED -->
I am running my shop through a shopprovider, with access to the images folder.
galleryphoto is "my gallery" folder, where I have put the published folders
I have edited the xml to get the path straight (I hope):
eg. one line from the XML:
imageURL="http://www.megamedia.nl/images/galleryphoto/images/MEGAMedia_01.jpg"
thumbURL="http://www.megamedia.nl/images/galleryphoto/thumbs/MEGAMedia_01.jpg"
linkURL="http://www.megamedia.nl/images/galleryphoto/images/MEGAMedia_01.jpg"
linkTarget="_blank">
<caption><![CDATA[Evenementenreportage]]></caption>
</image>
I hope It can be solved soon
Thanks in advance
Paul