Results 1 to 2 of 2

Thread: Ultimate Fade v1.51

  1. #1
    Join Date
    Dec 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Ultimate Fade v1.51

    Message: 'this.theimages[...].1' is null or not an object
    Line: 172
    Char: 1
    Code: 0
    URI: http://www.dolphin-academy.com/index.php


    please some help to fix this only for IE. In chrome and firefox no problems!

  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

    Please start a new thread for a new question. You originally posted this in a thread about version 2.1 of this script. You are using version 1.51 of the script.

    Anyways, you need more images. With just two and two the same, you are not getting much action, as with:

    Code:
    var bikerace=new Array()
    //SET IMAGE PATHS. Extend or contract array as needed
    bikerace[0]=["http://www.dolphin-academy.com/images/news/archive/contador_dolphin_race.jpg", "http://www.dolphin-academy.com/news/2009/amstel_curacao_race.html", ""]
    bikerace[1]=["http://www.dolphin-academy.com/images/news/archive/contador_dolphin_race.jpg", "http://www.dolphin-academy.com/news/2009/amstel_curacao_race.html", ""]
    However, with ony one image, nothing is happening, at least not that I can see:

    Code:
    var tros=new Array()
    //SET IMAGE PATHS. Extend or contract array as needed
    tros[0]=["http://www.dolphin-academy.com/images/1x1.jpg", "", ""]
    This is causing the error. And yes it occurs in Firefox and Chrome as well. You just aren't seeing any notification of it. To fix the error, get rid of this:

    Code:
    <script type="text/javascript">
    //new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
    new fadeshow(tros, 260, 191, 0, 3000, 1, "R")
     
    </script>
    - 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
  •