Hey
Im not understanding why you have the code on the movie clip instead of pplacing it in the main timeline.
The way you have it now, it will preload the movie clip itself, not the main movie.
Well,… I put a pre-loader on the movie clip that’s embedded in the main timeline because I thought the interpreter would just read that movie clip when the playhead reaches that frame and runs that pre-loader.
If that approach is wrong, please decribe how to do it.
I wanted to load separate sections of the web site by having the playhead jump around to different keyframes on the main timeline. The keyframes contain the movie clips I want to load.
But if you are preloading the main movie, those “separate sections” will also be preloaded. What you can do is have these separated sections in external swf’s.
Okay, I know that I can load external files with loadMovie, etc…
But thats just avoiding the issue. THE movie clip IS on the main time line already. I just want to put a preloader between the user and that movie clip.
Okay i get that. But 1 question. Are you using or planning to use a preloader for the main movie?
If you do, that will already preload that movie clip and everything else on the main timeline.
So what you trying to do iskinda useless. :-\
OK, good point But, thats also the point of my question. I DON’t want to preload the entire movie… just the individual movie clips as they are needed. This is a site for a photographer/writer so… every section is gonna have many MBs of content, I dont want to preload the entire movie… just the ‘sections’ as they are requested.
Well, first of all you need to preload something. So if you dont want to preload everything, best thing is have only the essential on the main movie. Then load the rest from external swfs, as you need them.