Hey guys, kirupa’s slideshow tutorial was great, but how can I get the images to preload so I can have them dynamic load
for instance
this.pathtoimages = “C:/images/”;
this.pArray = [‘s1.jpg’, ‘s2.jpg’,‘s3.jpg’];
I want to get those images in c:/images/s1.jpg to preload with a progress indicator and all
anyway to do it?