Topic: Please need help embedding
Hi all,
I am having a hard time embeding SV-Pro into a new HTML page. I looked and found this code on the SV site to embed into an existing HTML page.
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
simpleviewer.ready(function () {
simpleviewer.load("simpleviewer.swf", "100%", "100%", "222222", true);
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->
After adding the code I am unable to viewer the test gallery in my web browser www.greggerardphoto.com/test
In the test folder I have;
gallery.xml
images
index.html
simpleviewer.js
simpleviewer.swf
swfobject.js
Thumbs
I know I am missing something but cannot figure out what it may be. I'm using SV-Pro v2.3.0 and an older svBuilder v2.0.3.
Any help would be greatly appreciated. Thanks.