Results 1 to 2 of 2

Thread: imagearray is null or not an object

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

    Default imagearray is null or not an object

    1) Script Title: Ultimate Fade-In Slideshow (v2.4)


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

    3) Describe problem:

    hi,

    i have a problem, my site does not work in IE6,7.. with your fade slideshow.
    site here: http://k.spisweb.sk

    IE is saying this: imagearray[] 0 is null or not an object...

    There is a problem with this syntax:

    Code:
    imagearray: [
    		["images/foto03.jpg", "", "", ""],
    		["images/foto01.jpg", "", "", ""],
    		["images/foto02.jpg", "", "", ""],
    		["images/foto04.jpg", "", "", ""],
    		["images/foto05.jpg", "", "", ""],
    		["images/foto06.jpg", "", "", ""],
    		
    	],
    and i dont know how to fix it.
    Can you help me pls?
    thx.

  2. #2
    Join Date
    Dec 2008
    Location
    Portsmouth, UK
    Posts
    1,891
    Thanks
    2
    Thanked 441 Times in 435 Posts

    Default

    Code:
    imagearray: [
    		["images/foto03.jpg", "", "", ""],
    		["images/foto01.jpg", "", "", ""],
    		["images/foto02.jpg", "", "", ""],
    		["images/foto04.jpg", "", "", ""],
    		["images/foto05.jpg", "", "", ""],
    		["images/foto06.jpg", "", "", ""] // no commer after last field
    		
    	],
    Vic
    God Loves You and will never love you less.
    http://www.vicsjavascripts.org/Home.htm
    If my post has been useful please donate to http://www.operationsmile.org.uk/

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
  •