Loading .swfs // Flash
- Started
- Last post
- 8 Responses
- Jamie
Can anyone help - i am have one main swf which loads smaller .swfs on demand.
However, when I load a smaller .swf there is a 10 sec delay before the preloader actually shows? Can anyone help?
Each smaller swf is about 50KB
- Linkan0
Thats cause you have to load the preloader before it shows.
Solution? Make a preloader that doesnt way as much (dont use embeded fonts and such in it) or make the preloader in the first swf.
- Jamie0
Does anyone have any example of using one preloader in the main .SWF?
- ********0
- unknown0
Have the rpeloader as part of the main movie... then it's already there... simple!
- enjine0
yeah, also if you are using attachMovie anywhere in your movie, those movie clips will be loaded in the first frame, before the preloader begins.
suxx, right?
- Jamie0
Can someone please send me a .fla of this working - i'm a bit stumped!
- instantok0
http://www.kirupa.com/developer/…
the preloader in this tutorial doesnt have a bar...but im sure u could add one rather simply
- Jamie0
Thanks - that a great tutorial .fla - can anyone help me put a preloader bar on it?