Using the tutorials in Kirupa here, how would I go about creating a preloader that preloads all my thumbnails.
I tried, but mine didn’t work. All the thumbnails are loaded into one movie clip and that is the movieclip I tried to preload. However, when it preloads, it instantly goes to 100%, not preloading the dynamic thumbs being loaded into it.
Do I need to calculate the getBytesTotal for each thumb and then add that up and somehow preload that? I’m not sure what to do.