tryed the step by step still got stuck half way

wowhotwowhot Registered Users Posts: 256 Major grins
edited March 21, 2009 in SmugMug Support
iv tryed the setting from http://wiki.smugmug.net/display/SmugMug/Flash%20Slideshow

Iv totally lost the plot.. no matter how hard i try i carnt get a thin rounded boured around my images i also want to make my slid show larger across the screen

help me out of the hole please smug mug
Architectural and Interior Photography
http://www.whanphoto.com

Comments

  • jfriendjfriend Registered Users Posts: 8,097 Major grins
    edited March 20, 2009
    You have all sorts of bad parameters in your slideshow declaration in your bio.

    Change it to this:
    var ssConfig = {
       borderThickness: '10',
        borderColor: 'FF0000',
        AlbumID: '7672323',
        newWindow: 'false',
        transparent: 'true',
        splash: 'http://www.smugmug.com/img/ria/ShizamSlides/smugmug_black.png',
        showLogo: 'false',
        clickUrl: 'http://www.whanphoto.com',
        showThumbs: 'false',
        showButtons: 'false',
        crossFadeSpeed: '300',
        randomStart: 'true',
        borderCornerStyle: 'rounded',
        randomize: 'true'
    };
    

    FYI, you have to fill in valid values for the various parameters like I've done above, not just copy the description of your choices from the documentation.
    --John
    HomepagePopular
    JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
    Always include a link to your site when posting a question
  • wowhotwowhot Registered Users Posts: 256 Major grins
    edited March 21, 2009
    i have changed it to what you have just sent me and now its all turned into a mess.. thank you for explaining about changing the parimters i actuly thopught i had done that...
    but now im even more lost... any charne in pointing out where i have gone rong this time???
    Architectural and Interior Photography
    http://www.whanphoto.com
  • rainforest1155rainforest1155 Registered Users Posts: 4,566 Major grins
    edited March 21, 2009
    wowhot wrote:
    i have changed it to what you have just sent me and now its all turned into a mess.. thank you for explaining about changing the parimters i actuly thopught i had done that...
    but now im even more lost... any charne in pointing out where i have gone rong this time???
    You left out the first two lines of the slideshow code:
    The html and script tag. I re-added it for you and the slideshow works again.

    Sebastian
    Sebastian
    SmugMug Support Hero
Sign In or Register to comment.