Topic: Multiple Galleries Embedded on Separate Dreamweaver HTML Pages
I have a site folder named Amanda Sweger with all my HTML pages in it
I have my separate gallery folders and the svcore folder in the Amanda Sweger Site folder as well as the renamed gallery.xml (renamed to orlando.xml)
This is the code i used after pouring over the FAQs and Posts
<body></script>
<div id="sv-container"></div><!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src= "svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.galleryURL="orlando.xml";
jQuery(document).ready(function () {
SV.simpleviewer.load("sv-container", "100%", "100%", "222222", true, flashvars);
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->
But it can't find my images and thumbnails and the index in each gallery folder.
I see in the _notes that there's some code to add to the .xml but I must be doing it wrong because when I add it it cannot parce it. Is this because I'm still working locally or is there some bit of code I'm missing.
Thank you!
I really worked hard to figure this out before posting, but I know there is a simple s