|
-
Hi whispers,
thanks for answering my post.
However, I don't understand this portion.
"1 that runs displays when the movie starts..to show howmuch of the main movie is being loaded.."
Hopefully I can do 1 preloader to load all my mcs and that the progress bar will reflect the loading of the total size of the main mc and the external mcs. For example, my banner.swf = 50kb, menu.swf=25kb, content.swf=500kb, intro.swf=200kb. I have checked and asked around and read that I can use arrays and moviecliploader to load them one by one. But if I were to load them one by one, my drawn preloader that will display the progress by revealing the logo, will be repeated a number of times based on the number of mcs that I be loading. Can I have it to gathered all the size and then load them and do the progress animation once only?
does the moviecliploader have a function of doing so or I got to do it manually by getting the size of the all the mcs, add them up, then let them be the total size, and use bytesloaded divided by this total size and reflect it in my progress bar? You think is possible?
thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|