Our server use ColdFusion 5 and MySQL 3.51.

My application displays photos stored on a server remote from the server on
which the app is hosted. The number of photos varies from one to twenty. The
image files are named using a constant ID number plus a sequential number
for each file, like this: 12345_p01.jpg, 12345_p02.jpg, and so on in order
to relate them to a specific record on my server.

My problem is this: I want to create a slide show of these photos but if
there are only two photos, not twenty, how can I end the slide show after
only two have been called for? If the files were on my server, I could use a
conditional FileExists but that doesn't work for a remote server.

Does anybody have a suggestion? (Please keep it G rated.)

Dave Long


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:340081
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to