PDA

View Full Version : Widening slideshow


rbowman
Aug-12-2009, 12:23 PM
I followed the instruction for playing a slide show on my homepage by editing my bio box... worked great, but how can I code it to display as wide as possible?

Adambrob
Aug-12-2009, 12:39 PM
I followed the instruction for playing a slide show on my homepage by editing my bio box... worked great, but how can I code it to display as wide as possible?



hey... let me know when you figure this out... my emaill is Adambrob@gmail.com

i have been trying to figure that out too...

do you know how to center the navigation bar? and how to get rid of the space between the header and the slideshow? thanks

jfriend
Aug-12-2009, 06:44 PM
The homepage slideshow is a fixed width. It does not dynamically resize. You determine the width of the slideshow in this line in your bio:

SM.flash.insertSlideshow(1000, 500, ssConfig, "transparent");

First number is the width, second is the height. Make sure you don't make it too large for people with small laptops or old monitors.

sna
Aug-14-2009, 12:32 PM
The homepage slideshow is a fixed width. It does not dynamically resize. You determine the width of the slideshow in this line in your bio:

SM.flash.insertSlideshow(1000, 500, ssConfig, "transparent");

First number is the width, second is the height. Make sure you don't make it too large for people with small laptops or old monitors.


-I tried to insert that line into my bio but do i need to take a line out?

heres what my bio has so far:

<html>
********>
var oParams = new Object;
oParams.AlbumID = "3921070";
oParams.newWindow = 'false';
oParams.transparent = "true";
oParams.showLogo = "false";
oParams.showThumbs = "false";
oParams.showButtons = 'false';
oParams.crossFadeSpeed = '350';
oParams.splashDelay = '100';
oParams.forceSize = 'MediumURL';
createSWF(600,600, oParams, "transparent");
</********
</html>

heres my link to view

http://vaylia.smugmug.com/

All I want is a larger slideshow but I am so confused when it comes to html

Thanks a bunch!

Sina

sna
Aug-14-2009, 02:08 PM
Yay! I did it, I'm figuring it out. Now itll just take some time to resize all my pics. Thanks!:rofl

rbowman
Aug-15-2009, 01:49 PM
thanks for the tip... worked like a charm