Results 1 to 3 of 3

Thread: Slideshow Not Working in Explorer

  1. #1
    Join Date
    Aug 2010
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Slideshow Not Working in Explorer

    1) Script Title: Ultimate Fade-in slideshow (v2.0)

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...nslideshow.htm

    3) Describe problem: The slideshow works in FF and Safari but for some reason it won't load in Explorer. I can't seem to find any errant commas or other syntax issues. Can you help? Here is the link:

    http://www.noisenoise.com/slideshowtest


    Thank you!

  2. #2
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    It seems like you actually do have an errant comma. Take a look at the red comma in this copy and pasted section of your page
    Code:
    var mygallery=new fadeSlideShow({
    	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
    	dimensions: [600, 381], //width/height of gallery in pixels. Should reflect dimensions of largest image
    	imagearray: [
    		["../images/slideshow/slide_image01.jpg", "", "", "San Anselmo Station"],
    		["../images/slideshow/slide_image02.jpg", "", "", "Livery"],
    		["../images/slideshow/slide_image03.jpg", "", "", "S.F. Theological Seminary"],
    		["../images/slideshow/slide_image04.jpg", "", "", "Home Market"],
    		["../images/slideshow/slide_image05.jpg", "", "", "Parade in front of the Station"],
    		["../images/slideshow/slide_image06.jpg", "", "", "Town Hall"],
    		["../images/slideshow/slide_image07.jpg", "", "", "Sleepy Hollow Ranch"],
    		["../images/slideshow/slide_image08.jpg", "", "", "School Children"],
    		["../images/slideshow/slide_image09.jpg", "", "", "The Hub"],
    //		["http://i26.tinypic.com/11l7ls0.jpg", "", "", "Nothing beats relaxing next to the pool when the weather is hot."],
    //		["http://i29.tinypic.com/xp3hns.jpg", "http://en.wikipedia.org/wiki/Cave", "_new", "Some day I'd like to explore these caves!"],
    //		["http://i30.tinypic.com/531q3n.jpg"],
    //		["http://i31.tinypic.com/119w28m.jpg", "", "", "What a beautiful scene with everything changing colors."] //<--no trailing comma after very last image element!
    	],
    	displaymode: {type:'auto', pause:5000, cycles:0, wraparound:false, randomize:false},
    	persist: true, //remember last viewed slide and recall within same session?
    	fadeduration: 1200, //transition duration (milliseconds)
    	descreveal: "ondemand",
    	togglerid: ""
    })
    Try to remove it and see what happens.

  3. The Following User Says Thank You to azoomer For This Useful Post:

    noisenoise (08-13-2010)

  4. #3
    Join Date
    Aug 2010
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    It worked!

    Thanks a million!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •