> I have the need for a slideshow application. My needs are pretty > basic. It needs to: > > Have the ability to have "n" number of images. > > Have the ability to have captions that will go with said images. > > Have the ability for the end-user to administrate, create new > slideshows, upload images, input captions, etc. > > Should be able to resize larger uploaded images to a standard, > predetermined x by y size. > > Have the ability to run several slideshows per application. > > Would prefer a Flash or Ajax-y front end, so it can be embedded in a > page (not a popup) and not have to have a page load for every image. > > Money is not an object - to a point. We'll pay for the right app. > > So, anyone used a good one before? Links, advice, etc, before I start > spec'ing out my own homegrown version? > > -- > Ray Champagne > Web Developer, Dolan Media Company >
I just finished creating something similar to this, although it does not have image resizing capabilities (at least not in the current version). Basically, I am using Spry on the front end to manage the gallery display. On the backend, I use ColdFusion (7 on this version) to manage the database entries and create the XML files for Spry. You can see it <a href="landscape-expressions.com">here.</a> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:286380 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

