Hi,
i hope this is the right place to post this.
I've set up an embedded slideshow using sfwobject and have the screencolor set to be a blue but it still shows up as black.
Any ideas what I'm doing wrong?
WordPress 2.7
NGG 1.0.1
http://www.apexprd.org/
Code:
<div class="slideshow" id="ngg_slideshow2">Get the Flash Player and a browser with Javascript support to see the slideshow.
</div><script type="text/javascript" defer="defer">
<!--
//<![CDATA[
var sbsl3_1 = {
params : {
wmode : "opaque"},
flashvars : {
file : "<?php bloginfo('url'); ?>/wp-content/plugins/nextgen-gallery/nggextractXML.php?gid=2",
shownavigation : "false",
rotatetime : "20",
overstretch : "fit",
transition : "fade",
shuffle : "true",
repeat : "true",
backcolor : "0x048DB4",
frontcolor : "0xFFFFFF",
lightcolor : "0xCC0000",
screencolor : "0x048DB4",
width : "760",
height : "170"},
attr : {},
start : function() {
swfobject.embedSWF("<?php bloginfo('url'); ?>/wp-content/plugins/nextgen-gallery/imagerotator.swf", "ngg_slideshow2", "760", "170", "7.0.0", false, this.flashvars, this.params , this.attr );
}
}
sbsl3_1.start();
//]]>
-->
</script>