View Full Version : Ultimate Fade-In Slideshow (v1.5) with Chrome
susanward
09-04-2008, 02:16 PM
1) Script Title: Ultimate Fade-In Slideshow (v1.5)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.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
boogyman
09-04-2008, 02:56 PM
all of the scripts are going to be reviewed and patches will be made accordingly. Chrome (http://www.google.com/chrome) was just released less than a week ago, so please just bear with us as the team works out the differences
jscheuer1
09-04-2008, 04:09 PM
Here are the lines (138 & 139 - sometimes it is the preceding line) that might be indicated:
else if (crossobj.style.KhtmlOpacity)
crossobj.style.KhtmlOpacity=obj.degree/100
That should probably be:
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:
/***********************************************
* 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/dynamicindex14/fadeinslideshow.htm
susanward
09-04-2008, 05:08 PM
Thanks a lot, I'll upgrade to the newer version and remain patient!
susie
susanward
09-04-2008, 07:47 PM
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
Powered by vBulletin® Version 4.2.2 Copyright © 2019 vBulletin Solutions, Inc. All rights reserved.