I'm in the process of designing a page that has a little Flash banner at the top of it and then a large movie further down to serve as the body of the page.
Ideally I'd like the banner to finish playing before the larger movie starts up. Is there a way to prioritize the banner so that it loads up first and therefore play first? Or is there something else I can do.
What you can do is put the loadMovie script on an mc with a onClipEvent(load) and load the movie into it.
Then have a OnClipEvent(data) on the same movie clip call the loadMovie of the other movie. The onClipEvent(data) is triggered off when the movie is fully loaded.