PDA

View Full Version : slideshow has stopped working


jpc
Jul-14-2009, 07:03 AM
Hi,

I removed my splash image from my slideshow and now it won’t run at all. I checked for missing punctuation, but I can’t figure it out.

Thanks in advance for your help.

<html>
<div id="bioText">JP Cirre Photograhy, landscapes, Adirondacks, cityscapes, nature photography,...................................... .................................................. .................................................. .................................................. ...................</div>
********>
var ssConfig = {
imgAlign: 'top',
newWindow: 'false',
transparent: 'true',
showLogo: 'false',
clickUrl: 'http://www.jpcirre.smugmug.com/featured',
showThumbs: 'false',
showButtons: 'false',
crossFadeSpeed: '900',
randomStart: 'true',
randomize: 'true'
};

SM.flash.insertSlideshow(400, 400, ssConfig, 'transparent');
</********
</html>

Allen
Jul-14-2009, 07:18 AM
Hi,

I removed my splash image from my slideshow and now it won’t run at all. I checked for missing punctuation, but I can’t figure it out.

Thanks in advance for your help.

<html>
<div id="bioText">JP Cirre Photograhy, landscapes, Adirondacks, cityscapes, nature photography,...................................... .................................................. .................................................. .................................................. ...................</div>
********>
var ssConfig = {
imgAlign: 'top',
newWindow: 'false',
transparent: 'true',
showLogo: 'false',
clickUrl: 'http://www.jpcirre.smugmug.com/featured',
showThumbs: 'false',
showButtons: 'false',
crossFadeSpeed: '900',
randomStart: 'true',
randomize: 'true'
};

SM.flash.insertSlideshow(400, 400, ssConfig, 'transparent');
</********
</html> I see no AlbumID: in there. It doesn't know what the source is.

jpc
Jul-14-2009, 07:26 AM
Thanks!