My problem is, i have multiple images and want to load like preloader, but my problem is that i want to start load of second image after completing first one. In my current code i store all images in one array and using loop load all images( Give source of all images of array to image object) then all image start loading.
Thanks
SenthilkumarPosted Feb 23, 2012, 11:18 PM
You can use the javascript array to store all the images and you can load one by one to the image control....