flash movie
flash movie
Out of context: Reply #6
- Started
- Last post
- 6 Responses
- unformatted0
oh ok, so when you build the preloader just don't start until you load all the movies.
if (mc1Percent + mc2Percent + mc3Percent + etc.... == mc1Total + mc2Total + mc3Total + etc...) {
trace("LOADED");
}that way it doesn't do anything until all your movies loaded bytes == all of your movies total bytes added together.
is that what you mean?