Results 1 to 2 of 2

Thread: Need help with Ultimate Fade_in Slideshow

  1. #1
    Join Date
    Mar 2007
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Need help with Ultimate Fade_in Slideshow

    1) Script Title: Ultimate Fade-in slideshow (v1.5)


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

    3) Describe problem: I keep getting an error with this slideshow.

    It says, line 84, Char: 1, "0" is null and not an object

    It wouldn't let me paste the script here but u can see it at http://www.ttcollectiblegifts.com/untitled1.html

    Any help is appreciated, thank you.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    In javascript, counting almost always starts with 0. You need to renumber your array entries (red):

    Code:
    fadeimages[0[=["rattle_memory_box_set_lg.jpg", "http://www.ttcollectiblegifts.com/baby.html"] //image with link syntax
    fadeimages[1[=["paisley_14002_lg.jpg", "http://www.ttcollectiblegifts.com/fringe.html"] //image with link syntax
    fadeimages[2[=["burlwood_bowls.jpg", "http://www.ttcollectiblegifts.com/shanmu.html"] //image with link and syntax
    fadeimages[3[=["3672_bronze2_.jpg", "http://www.ttcollectiblegifts.com/marcchantal.html"] //image with link syntax
    fadeimages[4[=["ill_fly_away.jpg", "http://www.ttcollectiblegifts.com/womenoftheway.html"] //image with link syntax
    fadeimages[5[=["candy_cane_corner_lg.jpg", "http://www.ttcollectiblegifts.com/northpole.html"] //image with link syntax
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •