I wrote the block used there a couple months ago and got it mostly ready to go into the marketplace. For several different reasons, though, I haven't released it yet. If you're interested and would be willing to provide feedback, let me know. I'd be happy to mail you copy.
looks nice but I found one issue. It looks like you don't load all the html (img tags) at the beginning, this makes the layout flicker for a bit..
Not a big deal though..
However, I'd use html output and wouldn't put all the html content in a JavaScript string. Would make it cleaner, you could put all the JavaScript stuff in an external file and it would load all the pictures at the beginning.
Yeah, you guys' comments are part of the reason I haven't released it (yet). The slider is completely dynamic - it can even slide (some) C5 blocks and populate slides via Ajax. The question of how to pre-cache things (especially user driven events) is non-trivial.
That's a good point about using HTML output vs. javascript array, Remo. I hadn't thought much about it, but there are a lot of advantages to embedding normal HTML. I will definitely do that.
Thanks for all the feedback, and specially for the offer from tbcrowe; you should definitively make a package from that stuff.
After I wrote this post, I was thinking about all this and further needs that may come up on this... I change my mind, I don't need a sliding TEXT content block, but instead a sliding BLOCKS content. What I mean with that, it has to be made so we can add inside of it any kind of blocks, like text content, images, music, video, user infos, etc.
What do you think about that? Does it make sense? In my point of view, it seems more flexible, and have more possibilities with it.
Again, I appreciate all your comments.
I wish you all a Happy New Year 2010...
I hope that one of you guys will make it happen. The best is yet to come.
My slider will actually scroll blocks. The text/image slides are actually content blocks. Take a look at the 'contact' page - that's an embedded form block. It's even possible to embed sliders within a slider. Not all blocks work, however.