Topic: 'gallery xml not found' (non-flash code)
hello,
I'm using the pro 2.3.1 version and I can't get the gallery to open on my webpage.
this is the code I inserted :
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="http://www.ongidesigns.com/450c/gallery-gr/svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
simpleviewer.ready(function (){
simpleviewer.load("sv-container", "100%", "100%", "transparent", false);
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->
but it does not work.
I have used the flashvars version many times, which works fine, but I don't want the flash anymore since it does not show up on apple products.
Does anyone know why this is not working for me?
I'm getting 'gallery xml not found' but i know that the path is correct.
any help would be appreciated.
Thanks