PDA

View Full Version : Homepage Slideshow Speed inconsistency


d82
Jul-23-2009, 07:45 PM
I have searched all over for a way to make my homepage slideshow go faster. From what I understand the default speed is set and there is nothing I can do about that. When my slideshow gets up and running each slide shows for 8-9 seconds. I checked Moonriverphotography and his slides show for 4-5 seconds each. If the default speed is the same for both sites how can I get my speed down to the 4-5 sec Moonriver has?
Here is my bio code

********>
var ssConfig = {
AlbumID: '8819882',
AlbumKey: '8A9TP',
newWindow: 'false',
transparent: 'true',
showSpeed: 'true',
splash: 'http://goldenleafphotography.smugmug.com/photos/584144701_cQuck-L-1.jpg',
splashDelay: '4000',
showLogo: 'false',
clickUrl: 'http://www.goldenleafphotography.com',
showThumbs: 'false',
clickToImage: 'fase',
showStartButton: 'false',
showButtons: 'false',
borderThickness: '2',
borderColor: 'ffffff',
crossFadeSpeed: '350'
};


SM.flash.insertSlideshow(850, 600, ssConfig, 'transparent');
</********

website is www.GoldenLeafPhotography.com (http://www.goldenleafphotography.com)

Thanks

d82
Jul-27-2009, 07:27 AM
I could still use some help here. Anybody have an idea on how to get my images to load and change faster?

Althepal
Sep-13-2009, 06:28 PM
I could still use some help here. Anybody have an idea on how to get my images to load and change faster?

Not sure if you got the help, but I found this and it seemed to quicken things up a bit for me.

setSpeed: 'fast',

Stick it in your bio page code and remember to keep the formatting consistent, like having a comma after it. This is how mine looks now:
********>
var ssConfig = {
AlbumID: 'xxxxxxxx',
newWindow: 'false',
transparent: 'true',
showLogo: 'false',
clickToImage: 'false',
showThumbs: 'false',
showButtons: 'true',
setSpeed: 'fast',
showSpeed: 'true',
crossFadeSpeed: '350'
};

For reference my site is www.allentaylorphotography.com

Hope that helps.
-Allen