I’m having trouble with my preloader. For some reason it doesn’t show up along with anything else until 20% or so of my movie has loaded, the screen just shows a blank background. Once it gets past about 20% everything is fine. Thi is when I am testing it from within Flash using the bandwidth profiler. I tried changing the size of my movie and the modem settings but neither does anything. Any suggestions about why this is happening?
yea, I did have a somewhat large movie at first load with the pre-loader and I thought that this could be the problem so I took it out but I still have the problem.
maybe not, I spoke too soon. The preloader still takes the first 40k or so to load before it shows up, even with the background image removed. Flash should be loading only the first two frames before playing the preloader right, since in frame 2 i have an action saying return to frame 1 if not loaded? It should play once those 2 frames are loaded, right?
Actually might go wrong is your actual preloader, if it’s graphic intensive it might take a huge space, in which case you should take the preloader byte size out of the getBytesLoaded so the thing starts at 0%…
Remember if you have any sound in the swf it will load before the preloader, thus taking time…
edit: mine had the same problem and i place the go back to frame 1 action on the third not second frame, i dont know why but it solved my problem…
Check your linkage in the library. If anything is exported in the first frame, then that will most likely be the problem. A preloader of 40k is too big I think, a preloader should be a small filesize bar or somethin’. Try tunin’ the filesize of any images down.
Hey all, I think I’m getting closer to figuring this out, I hope. I deleted all of my layers and left one layer with five frames of nothing and the bandwidth profiler is telling me there is still 32k in the first frame which are being loaded. Is there anything Flash could be loading in the first frame which isn’t on the timeline, is that even possible? Could it be global variables?
I’m having exactly the same problem. I think the problem is in the fonts as MLK said before!
I have a huge amount of text in a scroll bar, the fonts are embed, and my preloader only starts on the 20%!
I’m using the very same preloader on 4 different movies and the problem only exists in the one that have text!!
I don´t know how to avoid that!