i have a mainmovie.swf then i divided it by 3 swf(s) profile.swf - services.swf - projects.swf using loadmovie - _level1, i preloaded the main movie and profile.swf… but when i preload the swf files under profiles.swf the (loading… <— text while loading) appears after 21kb is loaded… i used:
I think that you are going to have to provide an attachment of your main FLA movie. The one that loads the others into it and contains the preloader part. It’s a little hard to tell from that what’s going wrong with it.
1st Scene: Preloader
Contains your preloader, i think, the one your’re using is wright.
Just, remember to jump to the Main Scene when you finished it.
2nd Scene: Dummy ¡Very Important!
On this scene, you must drop all movieclips you will include later on the Main scene with “attachMovie” from your movie library.
3rd Scene: Main
All the movieclips you drop on the dummy scene, you must set link/attach properties like this…
Export for ActionScript (Checked)
Export in the first frame (UNCHECKED) ¡¡ IMPORTANT !!
Followin those steps, the flash player don’t load anything before the first frame, where I think you put the text “loading…”