Re: [Flashcoders] Fonts taking up too much space

2012-06-26 Thread Mattheis, Erik (MIN-WSW)
At least one of the fonts seems to have a huge outline - have you generated a "size report"? You might be better off breaking apart static textfields that use a lot of the font bytes. On 6/26/12 3:59 PM, "Tristan" wrote: I did not embed any fonts but the numerals and period for the input box

RE: [Flashcoders] Fonts taking up too much space

2012-06-26 Thread Chris Foster
Using SoThink SWF Decompiler I examined your SWF and found 4 font items as follows: 'font 4' - containing the following characters: . 0 1 2 3 4 5 6 7 8 9 B C I M Y [ ] a c d e f g h I k l m n o r s t u v w y 'font 12' - containing the following characters: H O U W Y [ a b d e f g h I l n o r s t

Re: [Flashcoders] Fonts taking up too much space

2012-06-26 Thread Tristan
I did not embed any fonts but the numerals and period for the input box. On Tue, Jun 26, 2012 at 2:36 PM, Kerry Thompson wrote: > When you embedded the fonts, did you embed the entire font, or just the > languages you need? If you embed the whole font, it's going to be big, and > you might not

Re: [Flashcoders] Fonts taking up too much space

2012-06-26 Thread Kerry Thompson
When you embedded the fonts, did you embed the entire font, or just the languages you need? If you embed the whole font, it's going to be big, and you might not need Tibetan or Khmer. Cordially, Kerry Thompson On Tue, Jun 26, 2012 at 4:02 PM, Tristan wrote: > Hello all. > > I am trying to opti

[Flashcoders] Fonts taking up too much space

2012-06-26 Thread Tristan
Hello all. I am trying to optimize a swf and I've picked apart everything. When i run it through some shareware Flash Optimizer program it shows that it's made 70% fonts. Can anyone recommend a better optimizer or something i can do about the fonts. The font size seems high to me for what the swf