I am writing a banner web control at the moment. Just want your thoughts.
Everything I have down, except for the fact that the images on the banner rotate each x seconds.
Now a banner could have 30 images it needs to rotate.
Problems..
1.) You can't preload 30 images, would take way too long. I would like the next image to be loaded, while the one before it is being displayed.
2.) When an image is loaded, the impression counter in the database needs to be updated for that specific banner.
3.) How do I set the delay. I would assume Javascript is the answer here? Or is it?
Any suggestions?


Reply With Quote
