I’m looking for a simple JavaScript / jQuery gallery with the following features:
- There should be some thumbs on the page and a large image.
- When a thumb is clicked the large image is replaced with with a large image of the thumb.
- If a particular thumb image is clicked a swf is loaded in place of the large image.
- It would be nice if there was a transition effect when the large image is swapped out when the next thumb is clicked.
I tried to build something, but it was too buggy. I have seen many galleries which support both images and swf files but they open in a lightbox and this is not what I want.
Does anyone have any ideas?
FeaturedContentSlider has the thumbnail functionality you mentioned, and is a jQuery slider that supports swf files (each slide accepts any html content you put in it, even if the demo dosn’t illustrate that). Here’s the link! http://css-tricks.com/examples/FeaturedContentSlider/