I don’t get it. It all seems to work fine at your websites but it doesnt at mine. I use the following code:
<script type=”text/javascript” defer=”defer”>
<!–
//<![CDATA[
var sbsl = new SWFObject(“https://www.aircoclima.nl/_cms/wp-content/plugins/nggallery/imagerotator.swf”, “ngg_slideshow1”, “879”, “258”, “7”, “#000000”);
sbsl.addParam(“wmode”, “opaque”);
sbsl.addVariable(“file”, “https://www.aircoclima.nl/_cms/wp-content/plugins/nggallery/nggextractXML.php?gid=1”);
sbsl.addVariable(“linkfromdisplay”, “false”);
sbsl.addVariable(“shownavigation”, “false”);
sbsl.addVariable(“showicons”, “true”);
sbsl.addVariable(“overstretch”, “true”);
sbsl.addVariable(“backcolor”, “0x000000”);
sbsl.addVariable(“frontcolor”, “0xFFFFFF”);
sbsl.addVariable(“lightcolor”, “0xCC0000”);
sbsl.addVariable(“screencolor”, “0x000000”);
sbsl.addVariable(“rotatetime”, “10”);
sbsl.addVariable(“transition”, “random”);
sbsl.addVariable(“width”, “879”);
sbsl.addVariable(“height”, “258”);
sbsl.write(“ngg_widget_slideshow1”);
//]]>
–>
</script>
My gallery name = Header-Particulier
The gallery id is= “1”
can somebody please help me out? I can’t see whats going wrong.