01 Aug 2007, 16:00
Here is what I have in the body of the page:
<div id="slideshow">
Slideshow module here
</div>
<script>
var so = new SWFObject("photo/slideshow.swf", "mymenu", "400", "225", "7", "#FFFFFF");
so.addVariable('path','photo/demoimages/');
so.addVariable('autoscale','false');
so.addVariable('minmargin','0');
so.addVariable('startimage','false');
so.addVariable('backimage','false');
so.addVariable('framewidth','false');
so.addVariable('framecol','FFFFFF');
so.addVariable('innerframewidth','false');
so.addVariable('frameshadow', 'false');
so.addVariable('transition', 'fade');
so.addVariable('sfx', 'false');
so.addVariable('audio', 'false');
so.addVariable('showmaincontrols', 'false');
so.addVariable('altcontrols', 'false');
so.addVariable('imagepopinfo', 'false');
so.addVariable('showpreloader', 'false');
so.addVariable('showaltpreloader', 'false');
so.addVariable('showtimer', 'false');
so.addVariable('displayimageindex', 'false');
so.addVariable('displayname', 'false');
so.write("slideshow");
</script>
The only thing I changed on the example was the path to the slideshow.swf and the demoimages folder. The html page is at the root and all other files are in the photo folder. Am I missing something ridiculously obvious?
Kathleen