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…
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.