easycoder
02-20-2012, 10:15 AM
1) Script Title: Ultimate Fade-in slideshow - Pause when thumb selected
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeslideshow.js
3) Describe problem: When user selects a slide to view, the show pauses, but toggle button does not change from Play to Pause image.
Instead of "Prev" and "Next" nav buttons, my client wanted to display thumbnails of each slide so user can click on the desired image to fade/view it.
That works great, but when a specific slide is selected (by its index in the array), a) the slide show PAUSES (was not expecting that), and b) even though the show has STOPPED, the "Play" button image is still displayed (which is confusing), and the user has to click it TWICE--once to get it to toggle from the Pause button to the Play button, and one more time to get it to actually START PLAYING again.
Also, there was not documentation at all referring to the ability to select a slide by its index #. I had to look through the code to see that indeed, this can be done. It would be helpful to add documentation and an example of how to implement this type of behavior.
Sorry to post two help requests on this for my first two ever posts on this forum! I like this fade/slideshow much better than the one I was told to use by my client (that one was chock full of bugs and had a terrible glitch that I could not find/fix). :-)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/fadeslideshow.js
3) Describe problem: When user selects a slide to view, the show pauses, but toggle button does not change from Play to Pause image.
Instead of "Prev" and "Next" nav buttons, my client wanted to display thumbnails of each slide so user can click on the desired image to fade/view it.
That works great, but when a specific slide is selected (by its index in the array), a) the slide show PAUSES (was not expecting that), and b) even though the show has STOPPED, the "Play" button image is still displayed (which is confusing), and the user has to click it TWICE--once to get it to toggle from the Pause button to the Play button, and one more time to get it to actually START PLAYING again.
Also, there was not documentation at all referring to the ability to select a slide by its index #. I had to look through the code to see that indeed, this can be done. It would be helpful to add documentation and an example of how to implement this type of behavior.
Sorry to post two help requests on this for my first two ever posts on this forum! I like this fade/slideshow much better than the one I was told to use by my client (that one was chock full of bugs and had a terrible glitch that I could not find/fix). :-)