Results 1 to 5 of 5

Thread: Ultimate Fade-In Slideshow (v1.5) with Chrome

  1. #1
    Join Date
    Sep 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Ultimate Fade-In Slideshow (v1.5) with Chrome

    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 receive this error in Chrome for the above slideshow. The slideshow will not display. No problem with the show in IE and Firefox.

    Uncaught ReferenceError: obj is not defined http://www.clubduckkey.com/last_tiki.js (line 139)

    page the above script is on: http://www.clubduckkey.com/last_tiki.html

    Thanks for your help.
    susie

  2. #2
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    all of the scripts are going to be reviewed and patches will be made accordingly. Chrome was just released less than a week ago, so please just bear with us as the team works out the differences

  3. #3
    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

    Here are the lines (138 & 139 - sometimes it is the preceding line) that might be indicated:

    Code:
    else if (crossobj.style.KhtmlOpacity)
    crossobj.style.KhtmlOpacity=obj.degree/100
    That should probably be:

    Code:
    else if (crossobj.style.KhtmlOpacity)
    crossobj.style.KhtmlOpacity=this.degree/100
    However, this credit (from your source code) shows that you are using an outdated version:

    Code:
    /***********************************************
    * Ultimate Fade-In Slideshow (v1.5): © Dynamic Drive (http://www.dynamicdrive.com)
    * This notice MUST stay intact for legal use
    * Visit http://www.dynamicdrive.com/ for this script and 100s more.
    ***********************************************/
    Upgrade to v1.51:

    http://www.dynamicdrive.com/dynamici...nslideshow.htm
    - John
    ________________________

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

  4. #4
    Join Date
    Sep 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks a lot, I'll upgrade to the newer version and remain patient!

    susie

  5. #5
    Join Date
    Sep 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Update fixed problem

    By updating to the newer version, your script works just fine in the beta Chrome browser. To prove it - it runs fine on your dynamic's website.

    Now, I just need to update all my clients. I never seem to run out of "behind the curtain" work!

    Thanks again.

    susie

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
  •