There's an IE only solution (not ideal).  IE supports looping through
dynamic images, so you could point to a .cfm template that pulls a
rotated image using CFContent.

<img border=0 alt="" dynsrc="img.cfm" loop=infinite start=fileopen
loopdelay=30>

Once again, this is an IE only solution.  For Netscape, you'd probably
have to write an Applet (which for what you need, would be *too*
difficult).  Also, keep in mind that you'll have to conditionally
display your images, since the above will result in a broken image in
NS.

-- 
Billy Cravens
[EMAIL PROTECTED]

Paul Sinclair wrote:
> 
> I'm putting together an application for a client that includes banner ads.
> They are interested in setting it up so that an ad rotates every 30 or 45
> seconds on a page while a viewer is reading it. So that in the span of 5
> minutes or so, a banner would rotate 8 or 9 times without any refresh of the
> entire page.
> 
> Anyone come up with a good way to handle this type of thing?
> 
> Thanks,
> Paul Sinclair
> 
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to