Hi,

In a desperate attempt to optimise my swf file I have run into, at least for me, an odd problem I think everybody should be aware off.

It all started when I had a look at the profiler and size report to decide where to break from the preloader and send the users to the main movie. To my surprise the first frame contained 140 kb out of the 170 kb uncompressed (84 kb compressed) swf file.

The 5 first frames in the movie contain nothing, not even linkage, as I reserved them for a preloader. So where do the all kb come from? I have been SO STUPID and used some of MM components. Apart from giving me a LOT of problems the MM components seem to influent almost everything else you program, so you end using more time on doing work-arounds than it would have taken you to program the stuff yourself, they also increases your filesize (no surprise) in the first frame (BIG surprise to me) of your movie.

Just try to open one of your movies, add a timeline and drop a component somewhere else than the first frame. Have a look at profiler and you will se a dramatic file size increase in very first frame. How does this go together with steaming – it doesn’t. I really hope I am wrong otherwise MM.

One more thing. When trying to figure why I had all these Kb in my first frame I copied all the frames into a new movie. Strange enough this reduced the compressed file by 5 kb (89->84 kb).

<b>
So my question is: How do I get all those bytes out the first frame. And no I don’t want to reprogram everything for this project. Is it somehow possible to control this?
</b>

And yes I will NEVER EVER use MM components again (for now)!

Upper: I don’t have to make a preloader, as the entire movie is almost loaded when the preloader appears, not even a single small word “loading” make sense, you will never see it. What a way to save time!


Cheers,
Michael