just posted an answer to your question on EE, but here it is too, for
the benefit of others seeking same advice:

this is really a javascript (or other CLIENT-side script) question, not
CF...

have a look at jQuery Cycle plug-in (http://www.malsup.com/jquery/cycle/
<http://www.malsup.com/jquery/cycle/>). or google for "javascript
slideshow" to find other js solutions.

i have implemented jQuery Cycle + CF images recordset numerous times -
it's extremely easy. all you basically need is a <div> with <img> inside
of it on your page
jQuery does the rest... and it is highly customizable (transitional
effects, delay times, etc, etc)

more info and detailed instructions on the page linked above.

hth


Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/



Anthony Doherty wrote:
> im not sure if this question has been asked before but i have searched the 
> net for about 8 hours and cant seem to find anything that will work for my 
> problem.
>
> Im trying to create an image gallery that the image automatically changes to 
> the next image from the recordset.  The image name e.g. image.jpg is stored 
> in a field in the database called IMAGE and the path will be hardcoded into 
> the script.
>
> what i want it to do is when i go into the more information of a product that 
> the gallery will automaticall load with the first image and then then after 1 
> second change to the next image and when the scroller has gone through the 
> recordset then go back to the first record and start again.
>
> thanks 
>
>
>   

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314802
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to