Results 1 to 3 of 3

Thread: Ultimate Fade-in slideshow (v2.4)

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

    Default Ultimate Fade-in slideshow (v2.4)

    1) Ultimate Fade-in slideshow (v2.4)

    2) http://www.dynamicdrive.com/dynamici...nslideshow.htm

    First post here... web designer trying to use my left brain here.

    I've used the slide show above... installed to a "t" on the coding of a page created by the Photoshop plug-in SiteGrinder 2.0

    http://www.mediabusmarketing.com

    It works perfectly in Chrome and FF... but doesn't show in IE (I have the latest version of it).

    When I click on the error on the lower left of the browser it shows me this

    Webpage error details

    Message: 'imagearray[...].0' is null or not an object
    Line: 38
    Char: 3
    Code: 0
    URI: http://www.mediabusmarketing.com/fadeslideshow.js

    Any thoughts??
    Any help with troubleshooting this would be great!

    If I can get this working I will use it for many other clients that are coming my way.

    Thanks

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

    Default

    Try to remove the red comma
    Code:
    <script type="text/javascript">
    var mygallery=new fadeSlideShow({
    	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
    	dimensions: [858, 304], //width/height of gallery in pixels. Should reflect dimensions of largest image
    	imagearray: [
    		["http://www.mediabusmarketing.com/images/topbanner1.jpg"],
    		["http://www.mediabusmarketing.com/images/topbanner2.jpg"],
    		["http://www.mediabusmarketing.com/images/topbanner3.jpg"], // <--  This one right here
    		
    	],
    	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
    	persist: false, //remember last viewed slide and recall within same session?
    	fadeduration: 500, //transition duration (milliseconds)
    	descreveal: "ondemand",
    	togglerid: ""
    })
    </script>

  3. #3
    Join Date
    Jun 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    It worked! Thank you for the highlight!!

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
  •