Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

CFOUTPUT/CFLOOP DELAY/PAUSE?

New Here ,
Nov 12, 2008 Nov 12, 2008
I would like to create a Slide Show of images using ColdFusion.
The images are in a database table, and I would like to display them, one at a time, with about a 5 second pause before the next one is displayed in the same area.

Is this possible?
TOPICS
Advanced techniques
629
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 12, 2008 Nov 12, 2008
LATEST
while it is possible to do it with just cf (using sleep() and
<cfflush>), it is much better achieved with javascript.

there are numerous javascript slideshow examples on the web...

my favourite at the moment is the Cycle jQuery plug-in.

hth

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources