Topic: Main image isn't working
Not sure what I'm doing wrong but the main image isn't showing up at all. Here's what I have now here's the code I'm using:
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="http://katherinekuehne.com/SimpleViewer/svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.baseURL = "http://katherinekuehne.com/SimpleViewer";
simpleviewer.ready(function () {
simpleviewer.load("sv-container", "60%", "70%","transparent", true, flashvars);
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->