views:

60

answers:

1

I'm using this plugin - http://flowplayer.org/tools/demos/scrollable/plugins/index.html#autoscroll - and I want to make it looping. At the documentation there is an option of "loop" but I can't enabled it together with the "autoscroll".

If you know this prob, please advise.

+1  A: 

Just use circular:

$("#mydiv").scrollable().circular();
Darmen
Ok I found my mistake... I used only the autoscroll() and I added the curcular().Thanks
Chaofix