flash Q
- Started
- Last post
- 5 Responses
- tonks
Hi,
~Does anyone know any easy tricks to shave about 3k of an swf? Is there any free software out there I can use to compress the file. I have already done as much as I can in Publish settings... any ideas?! Cheers.
- Beech0
maybe check your images? you can compress them further in flash if need be ... or fonts?
- UndoUndo0
clean out unused items from yr library, if you have lots of code you can reduce the length of var, object, array names etc - this will reduce the code.
ie.
myTextfiledHolderMC
could be changed to MTHyou could also use a key at the top of yr script on a comments line to remind you what these are
or as a last resort
increase the coimpression of the jpegs?
- tonks0
thanks!
- UndoUndo0
if yr changing names use find and replace in the actions panel
- CyBrain0
If you're using images with alpha channels for transparency, get rid of the channels and use a vector mask instead. Obviously, if your image has feathered edges, this won't work.