Topic: sv builder pro slideshows work in all browsers except IE on mobile dev
After embedding the code below everything works fine except in IE on mobile devices.
When I use http://website.nl in the embed code instead of http://www.website.nl it's the other way around.
In both cases (with and without www) the slideshows work fine on computers/laptops.
Do you have any suggestions?
Embed code:
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="http://www.website.nl/html/2_1_recent_werk/svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.baseURL = "http://www.websitel/html/2_1_recent_werk/";
var params = {};
params.wmode = "transparent";
var attributes = {};
attributes.id = "svInstance";
simpleviewer.ready(function () {
simpleviewer.load("sv-container", "650px", "580px", "transparent", true, flashvars);
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->
This embedcode faces the same problem:
<!--START SIMPLEVIEWER EMBED.-->
<script type="text/javascript" src="http://www.website.nl/html/2_1_recent_werk/svcore/js/simpleviewer.js"></script>
<script type="text/javascript">
var flashvars = {};
flashvars.baseURL = "http://www.websitel/html/2_1_recent_werk/";
simpleviewer.ready(function () {
simpleviewer.load("sv-container", "650px", "580px", "transparent", true, flashvars);
});
</script>
<div id="sv-container"></div>
<!-- END SIMPLEVIEWER EMBED -->