Topic: embedding problems
It used to work for me but now I cannot embed the code and have the gallery viewed in firefox.
I have the gallery elements in a folder called "spring2012"
I have this embed code on an html page:
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="spring2012/svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.baseURL = "http://www.checkmateshoes.com/spring2012/";
simpleviewer.ready(function () {
simpleviewer.load("sv-container", "100%", "100%", "FFFFFF", true,{baseURL: 'spring2012/'});
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->
The gallery at http://www.checkmateshoes.com/gallery.html shows up in explorer but not in chrome or firefox.
What am I missing?
thanks
Deb