Topic: SV Pro works in everything but IE and FF...
Updated to 2.1.2 recently. Could anyone check why my galleries work in Safari (fallback's great on iPhone, too), Opera (Android, too) and Chrome but fail when it comes to IE and FF? Not even the fallback is displayed.
Here's a link to one ofthe galleries:
http://www.europeface.com/index.php?id=79
The code (with a MODx variable as baseUrl):
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="assets/svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.baseURL = "[*modellGallery*]/";
flashvars.galleryURL = "gallery_wfb.xml";
var params = {};
params.wmode = "transparent";
params.allowscriptaccess = "always";
jQuery(document).ready(function () {
SV.simpleviewer.load("flashGallery", "695", "540", "", true, flashvars, params);
});
</script>
<!-- END SIMPLEVIEWER EMBED -->
<div id="flashGallery">Download the latest Flash player for free to watch gallery <a href="http://get.adobe.com/flashplayer/">here</a>.</div>
Please help. I went for Pro strictly for this site.