Hi, I am trying to write a simple ajax control that is a slide show.
However, there is a detail I'd like to accomplish but not sure if it is possible. Basically I want the browser to load a new image on the background while I transition from one picture to another.
But the fundamental feature relies on my ability to control the events on the browser. In other words, if I have something like this:
bigImage1 = new Image();
bigImage1.src = "images/newimage.jpg"
do you know precisely when the browser loads the new image when the client script changes the source? It doesn't look like it does immediately neither it seems consistent among browers.
if anyone know someone who worked on IE or Safari, I'd love to ask them this question directly.
thx!