HI, i have downloaded Q3 controls, i want that my rotator start in automatic advance on page load, and then users can stop, scroll item by item and re-start automatic playng.
I'm not able to make rad:rotator working, if i set rotatortype="automaticAdvance" when i use client side API
rotator doesn't stop...
if i use "rotator.pause()" and user go with mouse out itemlink... rotator starts playing...
I'm not able to make rad:rotator working, if i set rotatortype="automaticAdvance" when i use client side API
| function StopRotator(rotator) { |
| if (rotator.autoIntervalID) |
| { |
| window.clearInterval(rotator.autoIntervalID); |
| rotator.autoIntervalID = null; |
| } |
| return false; |
| } |
rotator doesn't stop...
if i use "rotator.pause()" and user go with mouse out itemlink... rotator starts playing...