amyschiff
09-30-2008, 01:34 PM
1) Script Title: Featured Content Slider 2.4
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/featuredcontentslider.htm
3) Describe problem: I would like to add a toggling play/pause button for the slider but am having some trouble figuring out how to do it. I have the pagination set in markup mode, and it currently looks like this:
<a href="#" class="prev" style="margin-left: 10px">prev</a><a href="#" onclick=" ">pause</a> <a href="#" class="next">next</a>
I would like the "pause" link to call a function which stops and starts the autorotate onclick
Thanks
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex17/featuredcontentslider.htm
3) Describe problem: I would like to add a toggling play/pause button for the slider but am having some trouble figuring out how to do it. I have the pagination set in markup mode, and it currently looks like this:
<a href="#" class="prev" style="margin-left: 10px">prev</a><a href="#" onclick=" ">pause</a> <a href="#" class="next">next</a>
I would like the "pause" link to call a function which stops and starts the autorotate onclick
Thanks