slideshow stopped working with upgrade to NextGen 1.3.3 under WordPress 2.8
using, for example, [slideshow id=4] in post, there is NO HINT of the slideshow in the published post.
Here is code from the body of the page (maybe this will help you help me?):
<div class="slideshow">
<div class="swfobject" id="so8_1" style="width:588px; height:440px;">
<p>The <a href="http://www.macromedia.com/go/getflashplayer">Flash Player</a> and <a href="http://www.mozilla.com/firefox/">a browser with Javascript support</a> are needed..</p>
</div></div>
<script type="text/javascript" defer="defer">
var so8_1 = {
params : {
wmode : "opaque",
allowfullscreen : "true"},
flashvars : {
file : "http://blochcancer.org/wp-content/plugins/nextgen-gallery/xml/imagerotator.php?gid=8",
shuffle : "false",
linkfromdisplay : "true",
overstretch : "fit",
rotatetime : "3",
transition : "fade",
backcolor : "0x000000",
frontcolor : "0xFFFFFF",
lightcolor : "0xffff00",
width : "588",
height : "440"},
attr : {
styleclass : "slideshow",
name : "so8"},
start : function() {
swfobject.embedSWF("http://blochcancer.org/wp-content/uploads/imagerotator.swf", "so8_1", "588", "440", "7.0.0", false, this.flashvars, this.params , this.attr );
}
}
so8_1.start();
</script>
Thanks SO much -- this is driving me nuts!
-- Mike