Component and Preloader

Hi all,

why is my preloader not starting untill 70% of the file loaded even though I deleted all the components? My fla is over 1.5M so I dont think I can upload this file. Does anybody know why it doesnt work properly?

Hey KazchiX,

A thread like this was posted earlier…

http://www.kirupaforum.com/forums/showthread.php?s=&threadid=19765

That may help you a bit.

Also… even if you delete the components off the stage, if they are still in your library they will still be set to “Export to First Frame” in the linkage settings. So unless you remove them from your library as well, your preloader will be wacky (read thread link above for possible solution)

Thanks Lost,

Preloader is now starting at 40%. I guess this is as good as it gets cuz without components, my swf is now only 22k. I might not need preloader either.

Hmm, so even without components in the library it still starts late?

Do you have sound? or clips that are pulled out through attachMovie()???

Those are the only things I can think of. If anything is set to export to first frame (actually frame 0, which is before all content in your movie) then it will delay your preloader.

There is sound object but it is called at the last frame of main swf.

But if your sound in the library is set to export to first frame, then it will load before your whole movie.

That is if you attach it via attachSound.

You could also drag it onto a frame earlier in the movie and set the sync to Stop in the properties panel, that way you don’t have to export it to first frame. It should work.