So very very close to finishing this thing. Only thing left is a preloader.
I’m reading the tuts and they all seem to accomodate for 1 movie. Seeing as my full flash site is an amalgamation of many movies, will it matter? Will the entire site load up if I only make the preloader on the first movie?
Like most sites, the ‘Work’ page has images that have bumped up the size of the swf and its considerably bigger than the first introducting movie ‘Main’.
it depends on when you are loading the extra movies. If the command to load them isn’t in the first frame of the main movie (or wherever the main movie will sit when it is preloading) then you won’t be able to preload the additional movies until the main one has loaded.
It might be that you need to preload the main movie first and then show little preloaders where and when your additional movies load, just use the preloader that preloads for one movie but have one preloader appear per movie you’re loading
if you’re loading several movies at the same time then you can make one preloader to accomodate them all but I’ll need to see your loading code to make one to suit your needs
*Originally posted by m_andrews808 * If the command to load them isn’t in the first frame of the main movie (or wherever the main movie will sit when it is preloading) then you won’t be able to preload the additional movies until the main one has loaded
ok, so how do I do this. Seems to be the easiest way, then I can build a preloader for the entire site.
now if you place a dynamic textfield on the stage on this frame and assign it a variable LoadProgress it will show you how much of your movie has loaded.
[m] that only accounts for the load progress of _level0 (the _root movie) when you tell a seperate movie to load on top of that it doesn’t effect the _root movie’s getBytesTotal so your code doesn’t account for it