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.



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 need Tibetan or Khmer.
>
> Cordially,
>
> Kerry Thompson
>
> On Tue, Jun 26, 2012 at 4:02 PM, Tristan  wrote:
>
> > 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 is.
> >
> > http://cleargraphix.com/cg_files/demos/Livewell_BMI_728x90.swf
> >
> > I might just be stuck I suppose. Maybe everything really is as tight as
> it
> > could be. Trying to just shave off 1-2K to get it below 39K. I have to
> > render as flash player 9 AS2. I'm using CS6
> >
> > Any help appreciated.
> >
> > Thanks, T
> > ___
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



Erik Mattheis
Digital Account Supervisor

M 612 377 2272
E ematth...@webershandwick.com
W www.webershandwick.com
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 u v w y

'font 23' - containing the following characters:
B M I

'font 24' - containing the following characters:
. B F I M a d e f g I l n o r s t u x y


Looks like there's more embedded in there than you first thought. 

Hope that helps.
C:


-Original Message-
From: flashcoders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Tristan
Sent: Wednesday, 27 June 2012 7:00 AM
To: Flash Coders List
Subject: Re: [Flashcoders] Fonts taking up too much space

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 need Tibetan or Khmer.
>
> Cordially,
>
> Kerry Thompson
>
> On Tue, Jun 26, 2012 at 4:02 PM, Tristan  wrote:
>
> > 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 is.
> >
> > http://cleargraphix.com/cg_files/demos/Livewell_BMI_728x90.swf
> >
> > I might just be stuck I suppose. Maybe everything really is as tight

> > as
> it
> > could be. Trying to just shave off 1-2K to get it below 39K. I have 
> > to render as flash player 9 AS2. I'm using CS6
> >
> > Any help appreciated.
> >
> > Thanks, T
> > ___
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
This e-mail, including any attached files, may contain confidential and 
privileged information for the sole use of the intended recipient.  Any review, 
use, distribution, or disclosure by others is strictly prohibited.  If you are 
not the intended recipient (or authorized to receive information for the 
intended recipient), please contact the sender by reply e-mail and delete all 
copies of this message.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 need Tibetan or Khmer.
>
> Cordially,
>
> Kerry Thompson
>
> On Tue, Jun 26, 2012 at 4:02 PM, Tristan  wrote:
>
> > 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 is.
> >
> > http://cleargraphix.com/cg_files/demos/Livewell_BMI_728x90.swf
> >
> > I might just be stuck I suppose. Maybe everything really is as tight as
> it
> > could be. Trying to just shave off 1-2K to get it below 39K. I have to
> > render as flash player 9 AS2. I'm using CS6
> >
> > Any help appreciated.
> >
> > Thanks, T
> > ___
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 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 is.
>
> http://cleargraphix.com/cg_files/demos/Livewell_BMI_728x90.swf
>
> I might just be stuck I suppose. Maybe everything really is as tight as it
> could be. Trying to just shave off 1-2K to get it below 39K. I have to
> render as flash player 9 AS2. I'm using CS6
>
> Any help appreciated.
>
> Thanks, T
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[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 is.

http://cleargraphix.com/cg_files/demos/Livewell_BMI_728x90.swf

I might just be stuck I suppose. Maybe everything really is as tight as it
could be. Trying to just shave off 1-2K to get it below 39K. I have to
render as flash player 9 AS2. I'm using CS6

Any help appreciated.

Thanks, T
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders