Flash CS5 font is largest part of the SWF
        Posted  
        
            by 
                dev.e.loper
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by dev.e.loper
        
        
        
        Published on 2012-04-07T15:37:42Z
        Indexed on 
            2012/04/07
            17:30 UTC
        
        
        Read the original article
        Hit count: 433
        
I'm transferring a project from CS4 to CS5 and (without any changes) my SWF file gets to be 10 times bigger. It was 7kb and now it's 77kb. I generated a size report and it looks like the font is taking up most of the space. I haven't changed settings. I'm not sure why font is taking up so much space. Is there a way around this? Here is my size report:
Font Name            Bytes         Characters
-----------------    ----------    ----------
_sans                        12    
MilkyWell                   317    .blsu
Calibri-Bold Bold         75960    %.0123456789
As you can see Calibri-Bold is taking up 75kb and I only have 12 characters in it.
© Stack Overflow or respective owner