Passion Fruit Design
02-24-2010, 04:21 PM
1) Script Title: Ultimate Fade In Slideshow v2.0
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem:
We have been using this script with minimal options successfully for a number of years.
This is the first occasion when I'm wishing to change some of the actions of the script and my java knowledge is VERY limited! We've got a relative url associated with each image on the home page of ae.passionfruitdesign.com (currently in development).
What I want to get around is the linked page opening in a new window when the image in the slideshow is clicked on - I just want users to be directed to the linked page from within the same browser window. Is this possible?
I'd also like to disable the 'pause on mouseover' feature, as the image is rather large and it's main purpose in this instance is to enable users to be directed to different areas of the site. I tried just removing the line:
if (setting.displaymode.type=="auto" && setting.ismouseover && setting.currentstep<=setting.totalsteps){ //if slideshow in autoplay mode and mouse is over it, pause it
but this didn't work
Any help is much appreciated :)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
3) Describe problem:
We have been using this script with minimal options successfully for a number of years.
This is the first occasion when I'm wishing to change some of the actions of the script and my java knowledge is VERY limited! We've got a relative url associated with each image on the home page of ae.passionfruitdesign.com (currently in development).
What I want to get around is the linked page opening in a new window when the image in the slideshow is clicked on - I just want users to be directed to the linked page from within the same browser window. Is this possible?
I'd also like to disable the 'pause on mouseover' feature, as the image is rather large and it's main purpose in this instance is to enable users to be directed to different areas of the site. I tried just removing the line:
if (setting.displaymode.type=="auto" && setting.ismouseover && setting.currentstep<=setting.totalsteps){ //if slideshow in autoplay mode and mouse is over it, pause it
but this didn't work
Any help is much appreciated :)