Kind of random question

Ok, this question might not make much sense. Im in the plans of doing a website all flash based. I want it to have the same structure, meaning, have like the background (with navigation, and logos and stuff the same), and have a center body. I can figure out how to get things there and stuff, but I need to know how to make things load seperately. Like so not everything loads at the same time, causing a 10 minute download or anything. Any help would be great. Thanks

=pedro=

flash loads all the stuff frame by frame > simple solution is to put the background in frame 1, then the buttons on frame 5 and so on, all on their own layer, and of course with the last image of every layer being the one where all the content shows;
else you put just the basic layout in the main fla, and use loadMovie to bring in the content as needed.