views:

12

answers:

0

On a Vimeo.com video page (say for example http://vimeo.com/12887367) there is a container to the right of the video titled 'more', which has a customized flash scroll bar.

I would like to replicate something similar on a website I am working on, which I am currently using jScrollPane in (but having some problems with different browsers).

Unfortunately I haven't been able to get much detail on what they are using aside from MooTools for some JS interaction, and the only thing I would guess they are doing is using the flash as the scroll bar UI, and then firing off events when its moved, to then adjust the position of a DIV within the container related to the position of the scroll thumb...