I am trying to get the Ultimate Fade-in Slideshow 2.4 script to work ( from http://www.dynamicdrive.com/dynamici...nslideshow.htm)
The script works great on all Mac browsers, and works fine in Windows 7 in common browsers (including IE9).
BUT, IE9 only renders the script properly on my local server. As soon as I upload it to the production environment it stops working properly. Sometimes it works (once in 10 tries?) but otherwise all that is there is a black box (the initial background for the image area as per the script).
I am using the most current version of the script from DD. I am calling a random assortment of images from a database using PHP.
Here is my javascript code in the page (when rendered):
Here is the URL to the page in question:Code:<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> <script type="text/javascript" src="fadeslideshow.js"> /*********************************************** * Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more ***********************************************/ </script> <script type="text/javascript"> var mygallery=new fadeSlideShow({ wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow dimensions: [655, 288], //width/height of gallery in pixels. Should reflect dimensions of largest image imagearray: [ ["homepics/1280178435.jpg"], ["homepics/234339197.jpg"], ["homepics/775311739.jpg"], ["homepics/220972076.jpg"], ["homepics/1322335811.jpg"], ["homepics/447343126.jpg"], ["homepics/658747731.jpg"], ["homepics/702168123.jpg"], ["homepics/255418439.jpg"], ["homepics/222438690.jpg"] ], displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false}, persist: false, //remember last viewed slide and recall within same session? fadeduration: 1200, //transition duration (milliseconds) descreveal: "none", togglerid: "" }) </script>
http://www.seawardkayaks.com/index2.php
So, can anyone verify this error in Win7/IE9, and if so, can you please provide some insight as to the issue? I am absolutely flummoxed. If it didn't work, period, I would know what to do next. But since it only works locally (via http) and not remotely, I am at a loss.
Thank you!!



Reply With Quote


Bookmarks