Forum Moderators: not2easy
if you're talking about the filesize, there are some tricks you can use:
vector graphics:
flash has an optimisation routine for complex vectors build in. you can reduce the number of coordinates in a shape quite easy and with just a slight loss of image information.
bitmaps:
optimze the bitmaps with a professional graphics program like photoshop while exporting them as jpeg file. enable the 'use the files compression' (or similar) option in the properties of the imported jpeg (library).
then flash won't re-compress the bitmap on swf creation and you have full control over the graphics filesize.
sound/music:
quite the same. use lame to encode the mp3 files and do the same thing like with the bitmaps. mp3 won't loop well, keep this in mind please.
-hakre