I used to code in javascript - jquery and PHP. I like to have a folder of, let asy 100 images, scan it and get it to screen with a fade in beetween, and delay... Much of that can be done pretty esealy
The question : only for speed purpose, i like to get img1, show it preload img2 wait 2-3 second fade to img2 preload img3 wait ... and so on...
so having only 2 image load at the same time is much faster, and dont require much codeing, just switching what will be the next image...
Now, having a on 100 image make it slow to load, and i dont talk about 250! that just kill the computer Any idea
I think about ajax ad jquery tu dynamicly change the img reference and preload.... any idea anyone ????