Re: [flexcoders]Where does my SWF gain it's weight?

2009-05-05 Thread Anirudh Sasikumar
You could also restrict the character glyphs in your embedded font to
reduce the size taken up by the font.

This can be done by specifying the unicodeRange property in CSS:

@font-face
{
  src:url(/embed_assets/fonts/Inconsolata-ani.otf);
  font-family: mycodefont;
  unicodeRange: U+0041-U+005A,
  U+0061-U+007A,
  U+0030-U+0039,
  U+0020-U+002F,
  U+003A-U+0040,
  U+005B-U+0060,
  U+007B-U+007E;
}

Cheers,
-- 
Anirudh Sasikumar
http://anirudhs.chaosnet.org/

On Fri, May 1, 2009 at 4:28 AM, dorkie dork from dorktown
dorkiedorkfromdorkt...@gmail.com wrote:


 Ah forgot I had embedded fonts. About 620kb was shaved off when I commented
 out those bad boys. FWIW it was lucinda grand bold and normal. I didn't
 think they would weigh in that much.

 Has Adobe thought of hosting common embedded font RSLs like they are hosting
 the Flex Framework RSL?

 For example,
 Once someone downloads, Lucinda Grand embedded font from Adobe's site it
 gets cached, just like the Flex framework RSL and they never have to
 download that font again.


Re: [flexcoders]Where does my SWF gain it's weight?

2009-04-30 Thread dorkie dork from dorktown
Ah forgot I had embedded fonts. About 620kb was shaved off when I commented
out those bad boys. FWIW it was lucinda grand bold and normal. I didn't
think they would weigh in that much.

Has Adobe thought of hosting common embedded font RSLs like they are hosting
the Flex Framework RSL?

For example,
Once someone downloads, Lucinda Grand embedded font from Adobe's site it
gets cached, just like the Flex framework RSL and they never have to
download that font again.


On Thu, Apr 2, 2009 at 3:32 AM, bjorn itrashm...@gmail.com wrote:

   Embedding fonts is a major one ...

 - bjorn

 2009/4/2 Gregor Kiddie gkid...@inpses.co.uk

I don’t think FB will generate modules reports for you, and I
 certainly cannot see any options that would.

 Can I suggest using ANT to compile your app? It gives you much more
 flexibility for precisely this sort of reason.

 The alternative is to run mxmlc from a CLI and specify all the parameters
 yourself as a once off to get the report.



 Gk.

 *Gregor Kiddie*
 Senior Developer
 *INPS*

 Tel:   01382 564343

 Registered address: The Bread Factory, 1a Broughton Street, London SW8
 3QJ

 Registered Number: 1788577

 Registered in the UK

 Visit our Internet Web site at www.inps.co.uk

 The information in this internet email is confidential and is intended
 solely for the addressee. Access, copying or re-use of information in it by
 anyone else is not authorised. Any views or opinions presented are solely
 those of the author and do not necessarily represent those of INPS or any of
 its affiliates. If you are not the intended recipient please contact
 is.helpd...@inps.co.uk
   --

 *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On
 Behalf Of *Guy Morton
 *Sent:* 01 April 2009 20:28
 *To:* flexcoders@yahoogroups.com
 *Subject:* Re: [flexcoders]Where does my SWF gain it's weight?



 FlexBuilder



 How can I get individual reports? There's only one spot where I can
 request the link report, afaik.



 Guy




 --
 
 http://www.juicability.com - flex blog
 http://www.nospoiler.com - link to youtube videos without the spoilers
  



RE: [flexcoders]Where does my SWF gain it's weight?

2009-04-02 Thread Gregor Kiddie
I don't think FB will generate modules reports for you, and I certainly
cannot see any options that would.

Can I suggest using ANT to compile your app? It gives you much more
flexibility for precisely this sort of reason.

The alternative is to run mxmlc from a CLI and specify all the
parameters yourself as a once off to get the report.

 

Gk.

Gregor Kiddie
Senior Developer
INPS

Tel:   01382 564343

Registered address: The Bread Factory, 1a Broughton Street, London SW8
3QJ

Registered Number: 1788577

Registered in the UK

Visit our Internet Web site at www.inps.co.uk
blocked::http://www.inps.co.uk/ 

The information in this internet email is confidential and is intended
solely for the addressee. Access, copying or re-use of information in it
by anyone else is not authorised. Any views or opinions presented are
solely those of the author and do not necessarily represent those of
INPS or any of its affiliates. If you are not the intended recipient
please contact is.helpd...@inps.co.uk



From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Guy Morton
Sent: 01 April 2009 20:28
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders]Where does my SWF gain it's weight?

 

FlexBuilder

 

How can I get individual reports? There's only one spot where I can
request the link report, afaik.

 

Guy





Re: [flexcoders]Where does my SWF gain it's weight?

2009-04-02 Thread bjorn
Embedding fonts is a major one ...
- bjorn

2009/4/2 Gregor Kiddie gkid...@inpses.co.uk

I don’t think FB will generate modules reports for you, and I certainly
 cannot see any options that would.

 Can I suggest using ANT to compile your app? It gives you much more
 flexibility for precisely this sort of reason.

 The alternative is to run mxmlc from a CLI and specify all the parameters
 yourself as a once off to get the report.



 Gk.

 *Gregor Kiddie*
 Senior Developer
 *INPS*

 Tel:   01382 564343

 Registered address: The Bread Factory, 1a Broughton Street, London SW8 3QJ

 Registered Number: 1788577

 Registered in the UK

 Visit our Internet Web site at www.inps.co.uk

 The information in this internet email is confidential and is intended
 solely for the addressee. Access, copying or re-use of information in it by
 anyone else is not authorised. Any views or opinions presented are solely
 those of the author and do not necessarily represent those of INPS or any of
 its affiliates. If you are not the intended recipient please contact
 is.helpd...@inps.co.uk
   --

 *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On
 Behalf Of *Guy Morton
 *Sent:* 01 April 2009 20:28
 *To:* flexcoders@yahoogroups.com
 *Subject:* Re: [flexcoders]Where does my SWF gain it's weight?



 FlexBuilder



 How can I get individual reports? There's only one spot where I can request
 the link report, afaik.



 Guy

 




-- 

http://www.juicability.com - flex blog
http://www.nospoiler.com - link to youtube videos without the spoilers


Re: [flexcoders]Where does my SWF gain it's weight?

2009-04-01 Thread Anirudh Sasikumar
This is a nice tool for visualizing the data from -link-report:

http://joeberkovitz.com/blog/2008/03/26/itdepends-code-dependency-analysis-for-flexair-applications/
http://code.google.com/p/it-depends/

Cheers,
-- 
Anirudh Sasikumar
http://anirudhs.chaosnet.org/

On Wed, Apr 1, 2009 at 11:02 AM, Alex Harui aha...@adobe.com wrote:
 Yeah, you can specify a more sophisticated path to get it to show up
 elsewhere.  There are some third-party link-report viewing tools available
 as well.  I don’t recall the names.



 One final tip:  Don’t link in Donuts.SWC ;-)



 Alex Harui

 Flex SDK Developer

 Adobe Systems Inc.

 Blog: http://blogs.adobe.com/aharui




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Alternative FAQ location: 
https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 
Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:flexcoders-dig...@yahoogroups.com 
mailto:flexcoders-fullfeatu...@yahoogroups.com

* To unsubscribe from this group, send an email to:
flexcoders-unsubscr...@yahoogroups.com

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/



RE: [flexcoders]Where does my SWF gain it's weight?

2009-04-01 Thread Tim Rowe
Nice find.  A quick run over our main application shows mx.core is being 
bundled in - is this normal?  If not, is there a way to have mx.core used as a 
dynamic link?  Surely it's part of the Flex STL and not required for static 
linking.

I mean, can you imagine if every app came with msvcr7.dll baked in... Oh?  I 
see.  Well, at least it's not the whole .NET Framework, right?...
...
...
Oh.

:)

Tim Rowe
Software Engineer
carsales.com Ltd
 
-Original Message-
From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of Anirudh Sasikumar
Sent: Wednesday, 1 April 2009 5:01 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders]Where does my SWF gain it's weight?

This is a nice tool for visualizing the data from -link-report:

http://joeberkovitz.com/blog/2008/03/26/itdepends-code-dependency-analysis-for-flexair-applications/
http://code.google.com/p/it-depends/

Cheers,
--
Anirudh Sasikumar
http://anirudhs.chaosnet.org/

On Wed, Apr 1, 2009 at 11:02 AM, Alex Harui aha...@adobe.com wrote:
 Yeah, you can specify a more sophisticated path to get it to show up 
 elsewhere.  There are some third-party link-report viewing tools 
 available as well.  I don't recall the names.



 One final tip:  Don't link in Donuts.SWC ;-)



 Alex Harui

 Flex SDK Developer

 Adobe Systems Inc.

 Blog: http://blogs.adobe.com/aharui




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Alternative FAQ location: 
https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 
Groups Links





Re: [flexcoders]Where does my SWF gain it's weight?

2009-04-01 Thread Guy Morton
If you have multiple modules in the compile, am I right to think the  
link report only shows the info for the last module built?


That's how it seems, but perhaps I'm just missing something...

Guy

On 01/04/2009, at 4:32 PM, Alex Harui wrote:



Yeah, you can specify a more sophisticated path to get it to show up  
elsewhere.  There are some third-party link-report viewing tools  
available as well.  I don’t recall the names.




One final tip:  Don’t link in Donuts.SWC ;-)



Alex Harui

Flex SDK Developer

Adobe Systems Inc.

Blog: http://blogs.adobe.com/aharui



From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com]  
On Behalf Of dorkie dork from dorktown

Sent: Tuesday, March 31, 2009 10:17 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders]Where does my SWF gain it's weight?



Hi Alex,

Thanks,

FFR - –link-report outputfile.xml, shows up in bin-debug.

On Sat, Mar 28, 2009 at 11:15 AM, Alex Harui aha...@adobe.com wrote:

Use –link-report.  The sizes aren’t accurate as absolute, but are as  
relative sizes




Alex Harui

Flex SDK Developer

Adobe Systems Inc.

Blog: http://blogs.adobe.com/aharui



From: flexcoders@yahoogroups.com  
[mailto:flexcod...@yahoogroups.com]on Behalf Of Nicolas Noben

Sent: Friday, March 27, 2009 5:23 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders]Where does my SWF gain it's weight?



Yeah make a search through all the files for 'Embed' and make sure  
that everything that is embedded really needs to be. That's the  
biggest hog.


Also make sure your final build is published using 'Export release  
build'. You will save a fair bit at release time.


But it's mostly assets' fault. Unless you've added plenty of custom  
components who extend default ones..


HTH

--
Nicolas Noben
P http://noben.org
B http://idletogether.com
T http://twitter.com/keyle

--- In flexcoders@yahoogroups.com, dorkie dork from dorktown  
dorkiedorkfromdorkt...@... wrote:


 Is there a tool or a way to find out what classes are making my  
SWF fat?


 It's been a few months since I last checked my SWF file size and  
it's 1.2mb.
 It used to be 600kb and I've made so many changes since then I  
don't know

 where the weight is coming in.











RE: [flexcoders]Where does my SWF gain it's weight?

2009-04-01 Thread Gregor Kiddie
If you name the link-reports differently, they shouldn't overwrite
themselves.

(Coming to this late) You using Ant?

 

Gk.

Gregor Kiddie
Senior Developer
INPS

Tel:   01382 564343

Registered address: The Bread Factory, 1a Broughton Street, London SW8
3QJ

Registered Number: 1788577

Registered in the UK

Visit our Internet Web site at www.inps.co.uk
blocked::http://www.inps.co.uk/ 

The information in this internet email is confidential and is intended
solely for the addressee. Access, copying or re-use of information in it
by anyone else is not authorised. Any views or opinions presented are
solely those of the author and do not necessarily represent those of
INPS or any of its affiliates. If you are not the intended recipient
please contact is.helpd...@inps.co.uk



From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of Guy Morton
Sent: 01 April 2009 13:11
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders]Where does my SWF gain it's weight?

 

If you have multiple modules in the compile, am I right to think the
link report only shows the info for the last module built?

 

That's how it seems, but perhaps I'm just missing something...

 

Guy

 

On 01/04/2009, at 4:32 PM, Alex Harui wrote:






Yeah, you can specify a more sophisticated path to get it to show up
elsewhere.  There are some third-party link-report viewing tools
available as well.  I don't recall the names.

 

One final tip:  Don't link in Donuts.SWC ;-)

 

Alex Harui

Flex SDK Developer

Adobe Systems Inc. http://www.adobe.com/ 

Blog: http://blogs.adobe.com/aharui http://blogs.adobe.com/aharui 

 

From: flexcoders@yahoogroups.com [mailto:flexcoders@
mailto:flexcoders@ yahoogroups.com] On Behalf Of dorkie dork from
dorktown
Sent: Tuesday, March 31, 2009 10:17 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders]Where does my SWF gain it's weight?

 

Hi Alex,

Thanks, 

FFR - -link-report outputfile.xml, shows up in bin-debug.

On Sat, Mar 28, 2009 at 11:15 AM, Alex Harui aha...@adobe.com
mailto:aha...@adobe.com  wrote:

Use -link-report.  The sizes aren't accurate as absolute, but are as
relative sizes

 

Alex Harui

Flex SDK Developer

Adobe Systems Inc. http://www.adobe.com/ 

Blog: http://blogs.adobe.com/aharui http://blogs.adobe.com/aharui 

 

From: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com
]On Behalf Of Nicolas Noben
Sent: Friday, March 27, 2009 5:23 PM
To: flexcoders@yahoogroups.com mailto:flexcoders@yahoogroups.com 
Subject: Re: [flexcoders]Where does my SWF gain it's weight?

 

Yeah make a search through all the files for 'Embed' and make sure that
everything that is embedded really needs to be. That's the biggest hog.

Also make sure your final build is published using 'Export release
build'. You will save a fair bit at release time.

But it's mostly assets' fault. Unless you've added plenty of custom
components who extend default ones..

HTH

-- 
Nicolas Noben
P http://noben.org http://noben.org  
B http://idletogether.com http://idletogether.com 
T http://twitter.com/keyle http://twitter.com/keyle 

--- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
, dorkie dork from dorktown dorkiedorkfromdorkt...@... wrote:

 Is there a tool or a way to find out what classes are making my SWF
fat?
 
 It's been a few months since I last checked my SWF file size and it's
1.2mb.
 It used to be 600kb and I've made so many changes since then I don't
know
 where the weight is coming in.


 

 

 





Re: [flexcoders]Where does my SWF gain it's weight?

2009-04-01 Thread Guy Morton

FlexBuilder

How can I get individual reports? There's only one spot where I can  
request the link report, afaik.


Guy

On 02/04/2009, at 12:26 AM, Gregor Kiddie wrote:



If you name the link-reports differently, they shouldn’t overwrite  
themselves.


(Coming to this late) You using Ant?



Gk.

Gregor Kiddie
Senior Developer
INPS

Tel:   01382 564343

Registered address: The Bread Factory, 1a Broughton Street, London  
SW8 3QJ


Registered Number: 1788577

Registered in the UK

Visit our Internet Web site at www.inps.co.uk

The information in this internet email is confidential and is  
intended solely for the addressee. Access, copying or re-use of  
information in it by anyone else is not authorised. Any views or  
opinions presented are solely those of the author and do not  
necessarily represent those of INPS or any of its affiliates. If you  
are not the intended recipient please contact is.helpd...@inps.co.uk


From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com]  
On Behalf Of Guy Morton

Sent: 01 April 2009 13:11
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders]Where does my SWF gain it's weight?



If you have multiple modules in the compile, am I right to think the  
link report only shows the info for the last module built?




That's how it seems, but perhaps I'm just missing something...



Guy



On 01/04/2009, at 4:32 PM, Alex Harui wrote:





Yeah, you can specify a more sophisticated path to get it to show up  
elsewhere.  There are some third-party link-report viewing tools  
available as well.  I don’t recall the names.




One final tip:  Don’t link in Donuts.SWC ;-)



Alex Harui

Flex SDK Developer

Adobe Systems Inc.

Blog: http://blogs.adobe.com/aharui



From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com]  
On Behalf Of dorkie dork from dorktown

Sent: Tuesday, March 31, 2009 10:17 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders]Where does my SWF gain it's weight?



Hi Alex,

Thanks,

FFR - –link-report outputfile.xml, shows up in bin-debug.

On Sat, Mar 28, 2009 at 11:15 AM, Alex Harui aha...@adobe.com wrote:

Use –link-report.  The sizes aren’t accurate as absolute, but are as  
relative sizes




Alex Harui

Flex SDK Developer

Adobe Systems Inc.

Blog: http://blogs.adobe.com/aharui



From: flexcoders@yahoogroups.com  
[mailto:flexcod...@yahoogroups.com]on Behalf Of Nicolas Noben

Sent: Friday, March 27, 2009 5:23 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders]Where does my SWF gain it's weight?



Yeah make a search through all the files for 'Embed' and make sure  
that everything that is embedded really needs to be. That's the  
biggest hog.


Also make sure your final build is published using 'Export release  
build'. You will save a fair bit at release time.


But it's mostly assets' fault. Unless you've added plenty of custom  
components who extend default ones..


HTH

--
Nicolas Noben
P http://noben.org
B http://idletogether.com
T http://twitter.com/keyle

--- In flexcoders@yahoogroups.com, dorkie dork from dorktown  
dorkiedorkfromdorkt...@... wrote:


 Is there a tool or a way to find out what classes are making my  
SWF fat?


 It's been a few months since I last checked my SWF file size and  
it's 1.2mb.
 It used to be 600kb and I've made so many changes since then I  
don't know

 where the weight is coming in.














Re: [flexcoders]Where does my SWF gain it's weight?

2009-03-31 Thread dorkie dork from dorktown
Hi Alex,

Thanks,

FFR - –link-report outputfile.xml, shows up in bin-debug.

On Sat, Mar 28, 2009 at 11:15 AM, Alex Harui aha...@adobe.com wrote:

Use –link-report.  The sizes aren’t accurate as absolute, but are as
 relative sizes



 Alex Harui

 Flex SDK Developer

 Adobe Systems Inc. http://www.adobe.com/

 Blog: http://blogs.adobe.com/aharui



 *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On
 Behalf Of *Nicolas Noben
 *Sent:* Friday, March 27, 2009 5:23 PM
 *To:* flexcoders@yahoogroups.com
 *Subject:* Re: [flexcoders]Where does my SWF gain it's weight?



 Yeah make a search through all the files for 'Embed' and make sure that
 everything that is embedded really needs to be. That's the biggest hog.

 Also make sure your final build is published using 'Export release build'.
 You will save a fair bit at release time.

 But it's mostly assets' fault. Unless you've added plenty of custom
 components who extend default ones..

 HTH

 --
 Nicolas Noben
 P http://noben.org
 B http://idletogether.com
 T http://twitter.com/keyle

 --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, dorkie
 dork from dorktown dorkiedorkfromdorkt...@... wrote:
 
  Is there a tool or a way to find out what classes are making my SWF fat?
 
  It's been a few months since I last checked my SWF file size and it's
 1.2mb.
  It used to be 600kb and I've made so many changes since then I don't know
  where the weight is coming in.
 

   



RE: [flexcoders]Where does my SWF gain it's weight?

2009-03-31 Thread Alex Harui
Yeah, you can specify a more sophisticated path to get it to show up elsewhere. 
 There are some third-party link-report viewing tools available as well.  I 
don't recall the names.

One final tip:  Don't link in Donuts.SWC ;-)

Alex Harui
Flex SDK Developer
Adobe Systems Inc.http://www.adobe.com/
Blog: http://blogs.adobe.com/aharui

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of dorkie dork from dorktown
Sent: Tuesday, March 31, 2009 10:17 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders]Where does my SWF gain it's weight?


Hi Alex,

Thanks,

FFR - -link-report outputfile.xml, shows up in bin-debug.
On Sat, Mar 28, 2009 at 11:15 AM, Alex Harui 
aha...@adobe.commailto:aha...@adobe.com wrote:

Use -link-report.  The sizes aren't accurate as absolute, but are as relative 
sizes



Alex Harui

Flex SDK Developer

Adobe Systems Inc.http://www.adobe.com/

Blog: http://blogs.adobe.com/aharui



From: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com] On 
Behalf Of Nicolas Noben
Sent: Friday, March 27, 2009 5:23 PM
To: flexcoders@yahoogroups.commailto:flexcoders@yahoogroups.com
Subject: Re: [flexcoders]Where does my SWF gain it's weight?



Yeah make a search through all the files for 'Embed' and make sure that 
everything that is embedded really needs to be. That's the biggest hog.

Also make sure your final build is published using 'Export release build'. You 
will save a fair bit at release time.

But it's mostly assets' fault. Unless you've added plenty of custom components 
who extend default ones..

HTH

--
Nicolas Noben
P http://noben.org
B http://idletogether.com
T http://twitter.com/keyle

--- In flexcoders@yahoogroups.commailto:flexcoders%40yahoogroups.com, dorkie 
dork from dorktown dorkiedorkfromdorkt...@... wrote:

 Is there a tool or a way to find out what classes are making my SWF fat?

 It's been a few months since I last checked my SWF file size and it's 1.2mb.
 It used to be 600kb and I've made so many changes since then I don't know
 where the weight is coming in.





RE: [flexcoders]Where does my SWF gain it's weight?

2009-03-28 Thread Alex Harui
Use -link-report.  The sizes aren't accurate as absolute, but are as relative 
sizes

Alex Harui
Flex SDK Developer
Adobe Systems Inc.http://www.adobe.com/
Blog: http://blogs.adobe.com/aharui

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of Nicolas Noben
Sent: Friday, March 27, 2009 5:23 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders]Where does my SWF gain it's weight?


Yeah make a search through all the files for 'Embed' and make sure that 
everything that is embedded really needs to be. That's the biggest hog.

Also make sure your final build is published using 'Export release build'. You 
will save a fair bit at release time.

But it's mostly assets' fault. Unless you've added plenty of custom components 
who extend default ones..

HTH

--
Nicolas Noben
P http://noben.org
B http://idletogether.com
T http://twitter.com/keyle

--- In flexcoders@yahoogroups.commailto:flexcoders%40yahoogroups.com, dorkie 
dork from dorktown dorkiedorkfromdorkt...@... wrote:

 Is there a tool or a way to find out what classes are making my SWF fat?

 It's been a few months since I last checked my SWF file size and it's 1.2mb.
 It used to be 600kb and I've made so many changes since then I don't know
 where the weight is coming in.




[flexcoders]Where does my SWF gain it's weight?

2009-03-27 Thread dorkie dork from dorktown
Is there a tool or a way to find out what classes are making my SWF fat?

It's been a few months since I last checked my SWF file size and it's 1.2mb.
It used to be 600kb and I've made so many changes since then I don't know
where the weight is coming in.


RE: [flexcoders]Where does my SWF gain it's weight?

2009-03-27 Thread Tracy Spratt
Have you looked into the Flex Profiler?

 

Tracy Spratt,

Lariat Services, development services available

  _  

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of dorkie dork from dorktown
Sent: Friday, March 27, 2009 5:11 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders]Where does my SWF gain it's weight?

 

Is there a tool or a way to find out what classes are making my SWF fat? 

It's been a few months since I last checked my SWF file size and it's 1.2mb.
It used to be 600kb and I've made so many changes since then I don't know
where the weight is coming in. 





RE: [flexcoders]Where does my SWF gain it's weight?

2009-03-27 Thread Maciek Sakrejda
If you have version control, just do a binary search through history to see 
where the bloat hit (something à la git bisect, though this can be easily 
scripted if you use another vcs). As far as actually analyzing a .swf and 
figuring out the bloat, perhaps someone else will chime in. You can generate a 
link report, but that won't really help with the actual byte-by-byte breakdown.


-Original Message-
From: flexcoders@yahoogroups.com on behalf of dorkie dork from dorktown
Sent: Fri 3/27/2009 2:10 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders]Where does my SWF gain it's weight?
 
Is there a tool or a way to find out what classes are making my SWF fat?

It's been a few months since I last checked my SWF file size and it's 1.2mb.
It used to be 600kb and I've made so many changes since then I don't know
where the weight is coming in.

winmail.dat

Re: [flexcoders]Where does my SWF gain it's weight?

2009-03-27 Thread dorkie dork from dorktown
I meant file size not memory unless the profiler can tell me that?

On Fri, Mar 27, 2009 at 4:36 PM, Tracy Spratt tspr...@lariatinc.com wrote:

Have you looked into the Flex Profiler?



 Tracy Spratt,

 Lariat Services, development services available
   --

 *From:* flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] *On
 Behalf Of *dorkie dork from dorktown
 *Sent:* Friday, March 27, 2009 5:11 PM
 *To:* flexcoders@yahoogroups.com
 *Subject:* [flexcoders]Where does my SWF gain it's weight?



 Is there a tool or a way to find out what classes are making my SWF fat?

 It's been a few months since I last checked my SWF file size and it's
 1.2mb. It used to be 600kb and I've made so many changes since then I don't
 know where the weight is coming in.
   



Re: [flexcoders]Where does my SWF gain it's weight?

2009-03-27 Thread Nicolas Noben
Yeah make a search through all the files for 'Embed' and make sure that 
everything that is embedded really needs to be. That's the biggest hog.

Also make sure your final build is published using 'Export release build'. You 
will save a fair bit at release time.

But it's mostly assets' fault. Unless you've added plenty of custom components 
who extend default ones..

HTH

-- 
Nicolas Noben
P http://noben.org 
B http://idletogether.com
T http://twitter.com/keyle

--- In flexcoders@yahoogroups.com, dorkie dork from dorktown 
dorkiedorkfromdorkt...@... wrote:

 Is there a tool or a way to find out what classes are making my SWF fat?
 
 It's been a few months since I last checked my SWF file size and it's 1.2mb.
 It used to be 600kb and I've made so many changes since then I don't know
 where the weight is coming in.