Basically my client wants me to get rid of the load time on the dynamic loading of images.
My theory is to keep the previous image in the movie clip (loaded dynamically) and then use a preloader to load the next image and actually go to it AFTER it has loaded.
The problem is I don’t know how to use a preloader to load a URL for a .jpg. Is it even possible? because I don’t know how you could possibly getBytesTotal of an image that is a URL… and I can’t have a movie clip loading a URL because then it would have to load the image before it could preload it thus defeating the purpose?
…and I did seach for about 20 minutes on this forum to no avail.