Web / Flash / DHTML Developers: help me find an image rotator for a website home page; I want it to take text from a config file and overlay it on the image, like a caption; some more specific requirements follow
I run the website for a non-profit visual arts / performance organization, and I would like to add an "image rotator" to the home page. This would be an app (in Flash or Javascript) that would slowly go through a slideshow of images, with some caption text. It wouldn't just randomly give me one static image each time the page loads ... it needs to change every N seconds, by itself. We have lots of events going on constantly, but there are always a few key ones that we really want to push.
I want this to be trivial for me to administer, which leads to these desires:
1. ability to upload to a designated directory and that automatically includes it in the rotation
2. failing #1, at most I have to add the image filename reference to a config file (e.g. an XML file)
3. ability to have me provide text (either in individual text file or in larger config file) and have that text overlaid at bottom of image, or directly below, as a caption.
4. no requirement for recompiling a flash app, i.e. using flash authoring tool
5. clicking on image takes browser to URL defined in text/config file
6. bonus points for pausing on mouseover
7. double bonus points for fade in/out between images
8. triple bonus points (and standing ovation) for ability to provide URL to image elsewhere on web -- not actually uploaded to my own website
If Flash, then it needs to be functional with Flash 6 at minimum.
If JS/DHTML, it needs to work in IE6 and Mozilla/Firefox.
My site is already running ASP (yuck). Rather than muck with the ASP more than I have to with this inherited site, I'd rather embed JS or Flash. But if someone knows of an ASP solution that does exactly what I'm looking for, please let me know.
I guess it looks like a lot of constraints, but these kinds of image rotators are all over the web, so I'm hoping that someone here already has experience with these and can guide me to a good one, or narrow the population down to the one's that are most well-known, stable, documented, etc.
Here are two that I found that come close:
http://www.datasprings.com/Products/DNNModules/FlashImageRotator/tabid/372/Default.aspx
http://www.datasprings.com/portals/0/flash1.jpg
problem: it requires a "DNN" web environment?
http://www.jeroenwijering.com/?item=Flash_JPG_Rotator
problem: no text overlay?
http://www.google.com/search?q=flash+image+rotator+caption
more found by Googling but none quite fit the bill
Having searched the web, the key requirement that's hard to find is that I want to specify text to overlay on the image, or show just below image. If this just isn't out there, maybe I can find a separate script/processor that will add the text via command line process. I just don't want to have to run an image editing program and manually dork around with text placement every time I get a new image to add to the rotator.
I'm not averse to paying for this, either for an off-the-shelf product or for someone here to code it up for me.
Would Slideshow Pro do what you want? It's highly configurable and lets you control the contents of a slideshow from an XML file. It also handles attaching links to images.
posted by bcwinters at 6:21 AM on August 18, 2006