Topic: Customizations not reflected in the code
Customizations I make in SimpleViewer Pro do not change anything in the code it creates for embedding into html page (except background color and height). The watermark won't appear, alignment won't work, rounder corners won't appear, show download button still remains, audio icon still remains, etc.
This is all you see on this page : http://scgreenscapes.com/portfolio/
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
simpleviewer.ready(function () {
simpleviewer.load("sv-container", "100%", "850", "053951", true);
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->