you can't really "just use CF" as it is a server side tech. You need something client side (js or flash or java or whatever)
I use mootools http://mootools.net/
&
http://code.google.com/p/s
& cfc's
Main Topics
Browse All TopicsI have a multiple folders in different users name and i am try to make a slideshow which will load the images and show one by one, but it does not seems to work. i tried different variations on dynamicdrive and no one seems to fit in. can anyone provide me some good code here which can show the slideshow. the image names are coming from database rather than directories.
so please if anyone have some code please let me know.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
you can't really "just use CF" as it is a server side tech. You need something client side (js or flash or java or whatever)
I use mootools http://mootools.net/
&
http://code.google.com/p/s
& cfc's
Business Accounts
Answer for Membership
by: xoundboyPosted on 2009-10-04 at 04:30:00ID: 25488859
Hi there
06/03/15-a mazing-jqu ery-image- gallerysli deshow-plu gins-and-t utorials/
I would personally not recommend using CFML exclusively to build the slideshow, rather better would be to incorporate a javascript solution as this will be much smoother and pre-load images etc. To build a really good slideshow totally in coldfusion would be like re-inventing the wheel and require some quite advanced CFML scripting to achieve the standards expected in modern websites.
The JQuery javascript framework has many good slide show plugins that are available free of charge and that will allow you to achieve great results with no javascript programming involved.
Try Googling "JQuery slideshow plugin". Here is a page that might help you:
http://speckyboy.com/2009/
For example using the Gallerific solution listed on that page you could build it into a CFML template with some code like I posted below.
Don't forget to download the plugin and stylesheet and install them on your server and make sure all paths are correct. Good luck.
Select allOpen in new window