Multi level preloader help

i am making a full flash site in MX and i need to know how to make a preolader so that it loads the main page (alone)…then loads the next page when the button is clicked on…i want it so that all my pages dont load at once, only if they are clicked on…

thanx…

Hey teamliquid,
This post would probably better be answered in the ActionScript forum so I’m moving it there.

Cheers!
Kirupa :stuck_out_tongue:

You could use loadMovie() for each page. That way it will load your main page. Then you can just add a seperate preloaded onto your next page (which will actually be a seperate movie) and you can use loadMovie to show it in your main movie.

EDIT: Here is a link to a Kirupa tutorial on how to use loadMovie. It doesn’t use it the way you want to, but it will at least teach you how loadMovie is used.

http://www.kirupa.com/developer/mx/loadingrandombackground2.asp

thats wut im doing tho…dut it woulent preload sepeartly…i was thinking the same as you :frowning:

You need to add the preloader script you are using onto the movie you want to load.