Flash banner size optimization tips
Ever had to make a flash banner? Then you know how hard it can be to optimize the size of the banner. Here are some tips:
Do not use timeline masks. Do the masking with ActionScript.
Make images you use in the banner as small as possible in dimensions and try reusing images as much as possible.
Make timeline animations only once, if you need to use them a couple of times. Put them in a separate MovieClip and then put that movieclip on the timeline. Then use ActionScript to control the MovieClip's timeline.
Hope this helps and good luck making banners.
Comment?

