Topic: Multiple Galleries on Separate HTML Pages
Hi,
I just purchased Pro Version and I am trying to embed multiple galleries on separate html pages using external galleries folder, but I am having some difficulties.
Followed instruction on how to embed multiple galleries using external galleries folder. Changed gallery path in the code as instructed and now getting this error:"No Images Specified in Gallery XML".
The gallery works fine on it's own or if I copy all the files that were created by svBuilder-Pro to my main directory.
I need to create at least six different galleries.
I want to keep my galleries folder separate from my main directory.
Take a look at this code please and check If I am doing something wrong.
Thank you.
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="galleries/portraits/svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.baseURL = "galleries/portraits";
jQuery(document).ready(function () {
SV.simpleviewer.load('sv-container', '60%', '50%', 'FFFFFF', true );
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->