[quoted text, click to view] "ekora" <webforumsuser@macromedia.com> wrote in message
news:ds0liv$8k6$1@forums.macromedia.com...
> I do have each section as a movie clip already...I would like to
> only load
> each section as it's picked...for example: Someone comes to the
> site...the
> front page loads. They enter, the home page loads. They choose
> portfolio,
> that page loads. I would send you the source to look at, but it's
> like 95MB.
If you end up needing someone to look at it, strip it down to bare
essentials and zip it up.
(I don't have the latest Flash, so I can't work on it unless it is
version 6 or earlier anyway, but someone else can)
It's actually a bad idea to make such a big Flash file because Flash
has a history of suddenly corrupting a fla and making it unloadable.
Also, if you make your project in sections of different swfs it will
be easier to work on (less sluggish in the editor) when the fla file
is smaller.
[quoted text, click to view] > I guess I don't understand how to tell Flash to not load thse movie
> clips
> unless selected. Does that make sense?
Sure. Movieclips that are built into the swf are going to load right
away if they are present on frame 1 or set to download on frame 1 (a
library option setting) It's a lot easier to control the loading
operations if you load the swfs externally with Actionscript. You can
load into a movieclip or a level. Once an external swf has loaded
once, the next time the visitor loads that section it will come from
their browser cache almost instantly.
You just need a preloading system that tracks which parts are loaded
and shows the loading progress.
tralfaz