You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Forum user: Zappo

Basic information

Registered Oct 30, 2009
Last login Sep 5, 2010
Forum posts 3
Direct URL http://www.flowplayer.org/forum/users/17933

Latest forum posts

Posts:

Registered:

» » » » » why is my scrollable not circular?

Posted: Oct 30, 2009

1) (not totally sure about this) try adding "api: true" to autoscroll (the last plug in)
2) try replacing the "s" with 10000 (just to be sure)
3) maybe use the ID to select the scroller (#logos-scroll)
4) (if not used already) use "var api" instead of logos. Somehow this solved things for me in the past...

Posts:

Registered:

» » Posibillity to download full source / clone repository.

Posted: Oct 30, 2009

Indeed.
I too am searching for the un-minimized source.

Also pretty useful for debugging by users...

Posts:

Registered:

» Not your fault!

Posted: Oct 30, 2009

I believe this is not your fault, but a jQuery Tools bug.
In the jQuery line 2447: if ( !handler.guid )
the handler is not optional.
However, searching through the jQuery tools code (v.1.1.2), the third variable (handler) is not always passed!
(If you firebug the jQuery Tools webpage, the error (because of minimized jQuery it's "H is undefined") shows up all over the place!!!)
Strangely, nothing is mentioned about this (even on the forums!)