Topic: no images loaded with SimpleViewer Pro embedded in Wordpress
Hey at all,
yesterday I've purchased SimpleViewer Pro and the svmanager.
I have done following:
- installed svmanager on my server
- updated the svcore folder below svmanager\plugins\simpleviewer2\sv2master with the propriate folder of simpleviewer_pro_220
- created a simpleviewer pro-gallery with the svmanager,
- tried to embed this gallery to a WordPress posting using the method "Using an External Gallery Folder > Using BaseURL"
The gallery created by the svmanager can be viewed:
http://hella-stroh.de/svmanager/g3/
On the WordPress site with the embedded gallery, only the black background can be seen, there is no error message (on IE8, IE9 and Firefox 9.0.1), but no images are loaded:
http://hella-stroh.de/weblog/galerietest
The code for embedding is following:
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="/svmanager/g3/svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.baseURL = "/svmanager/g3/";
flashvars.galleryURL = "/svmanager/g3/gallery.xml";
simpleviewer.ready(function () {
simpleviewer.load("sv-container", "100%", "100%", "222222", "true", flashvars);
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->
Anyone who can help me?
Regards,
Hella