How to decrease file size

Howdy all,

I was just wondering if anyone knew how to find out what in a flash project could be big? I have only small pics in my site ( <50k ) and one mp3 that is ~ 150k and yet my project seems to take a long time to load.

www.marysuetobin.com

How can I tell what the problem is and how can I fix it?

Thanks

Hmn, yes, it loaded rather slow. What you can do is try to use dynamic loading as much as possible. So instead of placing your mp3 files in your library, try loading them in from outside the swf. Same goes for anything else in your library that can be loaded dynamically. :slight_smile:

Thanks! I didn’t realize you could load those dynamically (as in not need them in the library). What sort of commands do you use for those? Like for jpgs or for mp3s. Do you just create an empty MC, place it where you want and go from there?

:bu: