Topic: Gallery not showing up in website
I seem to be having a similar problem to others in that when I embed the gallery into my webpage via Dreamweaver, it doesn't show up in the browser. Yes I have already read the Embedding guide with tips for Dreamweaver and continue to experience this issue. Any help you can provide would be much appreciated! I really want to upgrade to PRO, but can't justify the purchase until I can at least get the lite version working on my site.
Here's my embed code:
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="http://www.martellaroxas.com/simpleviewer/svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.baseURL = "http://www.martellaroxas.com/simpleviewer/index.xml";
simpleviewer.ready(function () {
simpleviewer.load("sv-container", "500px", "500px", "222222", true, flashvars, params, attributes);
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->
Thanks!