PDA

View Full Version : Smaller slide show


Barefoot and Natural
Jan-17-2008, 06:02 PM
HI all,
Just doing some tweaking on my site and I am trying to get my slide show (on my homepage) to be a bit smaller.
Is there a way to make it smaller or do I need to take off the bottom part of it (the thumbnail images)?

Thank you in advance!!

Heather

guy
Jan-17-2008, 06:23 PM
HI all,
Just doing some tweaking on my site and I am trying to get my slide show (on my homepage) to be a bit smaller.
Is there a way to make it smaller or do I need to take off the bottom part of it (the thumbnail images)?

Thank you in advance!!

Heather

Looks like you have already turned the thumbs off with this line:
oParams.showThumbs = "false";

To make it smaller reduce the numbers in this line from 600 to whatever suits your taste:

createSWF(600,600, oParams, "transparent");

Barefoot and Natural
Jan-18-2008, 09:07 AM
FABULOUS!!

That worked! Thank you