Hi wshawn, Yes - I checked out Flowplayer but didn't see a scrollbar progression along the base of the carousel like in the Dyn-web interface. Unless I am missing something in the options? I just saw filled or empty dots to reflect the progress - not a 'slideresque' bar like my client requires. Please correct me if I am wrong in that assumption.
On Nov 5, 11:18 am, wshawn <sh...@sanityllc.com> wrote: > Have you considered:http://flowplayer.org/tools/demos/scrollable/index.html > > I is one of the most flexible ones I have seen. > On Nov 5, 11:54 am, tatlar <robertlnew...@gmail.com> wrote: > > > Hi Karl, > > > Thanks for the response. Wow - those solutions are pretty tight. > > > The Highpoint site JS source code is slightly easier to read that the > > Fusionary site, so I will study that. > > > Best regards, > > - Rob > > > On Nov 5, 5:32 am, Karl Swedberg <k...@englishrules.com> wrote: > > > > The jQuery UI Slider is great for this sort of thing. It's not an out- > > > of-the-box solution, but if you're willing to write some of your own > > > code, it can make doing this sort of thing a lot easier. > > > > Here are two implementations that I've put together. Nothing > > > spectacular, and probably not exactly what you're looking for, but it > > > should give you an idea of what can be done: > > > >http://www.fusionary.com/http://www.highpointre.com/ > > > > --Karl > > > > ____________ > > > Karl Swedbergwww.englishrules.comwww.learningjquery.com > > > > On Nov 5, 2009, at 12:39 AM, tatlar wrote: > > > > > Hi jQuery gurus, > > > > > Has anyone seen an equivalent of dyn-web's scrollbar but written on > > > > top of jQuery? > > > > >http://www.dyn-web.com/code/scroll/horiz.php > > > > > I have a client who wants this functionality, but I cannot use the > > > > dyn- > > > > web as it conflicts with the jQuery plugins that I am currently using. > > > > I assume it is due to how events are registered and handled. > > > > > I have searched all over but cannot find (a) an image carousel that is > > > > controlled with an onmouse event (they are all onclick events), and > > > > (b) the scrollbar progression beneath the carousel as the user moves > > > > horizontally through the gallery. > > > > > I am more than happy to attempt to write my own, but if anyone knows > > > > of any pointers to get me started I would be most grateful. > > > > > FWIW I am currently using the jCarouselLite plugin, which is great, > > > > but just not _exactly_ what the client wants. > > > > > Thanks in advance.