Can anyone tell me why after i create a preloader without “Nothing!” inside the stage , i check on the bandwith (on test movie) and the 1 frame on the preloader is way above the RED LINE!! like 71kb ??
If i put something on the first frame (square or circle), same thing happens.
What this makes is the 1 frame of the preloader has to load until starts the preloader( this is ****ing wrong!!), its not supposed to work this way.
Check the main movie. You might be using components which are set by default to export on the first frame. This means that they’ll load before anything else in the movie (including your preloader). You can uncheck the “export in first frame” box by right clicking on the component in the library and selecting “linkage”.
yeah, you may have nothing on the stage, but if you have a component in the library (or anything else set to export to first frame in the linkage property) it will do this.
The scrollbar component alone contains 82 symbols within it. All of those symbols preload before your entire movie (including your actual preloader)
Because if you attach something from the library you MUST export them to the first frame.
The way around this is to actually put the item on the stage BEFORE you actually have to use it. This way it gets preloaded with the rest of the movie and can work fine when used with attachMovie or attachSound.
Well with sound the sound will play if you drag it on the stage, so I don’t really know what to do in that situation :-\
But if you are ever using attachMovie, yes, your clips must be preloaded before they are used, so if you don’t want it to delay your preloader you should put them in a frame somewhere out of site so they can preload with the preloader. That way you can remove the Export to First Frame option but still keep the Export for Actionscript and linkage ID.
*Originally posted by lostinbeta *
**Ahhhhh, I did not know that.
I have never used sound in a movie where I needed to do that.
AS I can do… anything else in Flash… screw it, I am stupid in that department.
Thanks kax. **
hehe… I’ve deliberately avoided sound. I’ve visited so many sites with tacky music and sfx its almost put me off using it altogether… but I suppose eventually it all comes down to what the client wants… {fade to heavy sigh}
That was done as an external movie. I don’t know what program it was done in though, but it was loaded into flash and made into a movie clip that is used repeatedly for each button.
But you know I can´t avoid sound,
co´s my life is music!
I´m a music composer so now im rebuild my site with just
original music…
Not that kind of loops that you download over the net!