i can’t find anything on how to preload all the thumbnails and the first picture from an XML.
i searched the forums and other sites for hours and nothing came up.
i figure it would be something like this
place all thumbnails into a holder(thumbnail_mc) and getBytesTotal() and getBytesLoaded()
then getBytesTotal() and getBytesLoaded() of the first picture which is in it’s own holder(image_mc)
add the getBytesTotal() together
add the getBytesLoaded() together
then create preloader from these
hope this doesn’t sound confusing