I will write a simple app and post the codes here. Hopefully I get some guidance on how to modularize and compact it. On Feb 4, 2013 9:10 AM, "Alex Harui" <[email protected]> wrote:
> > Sorry for the delay, I missed this one. Answers in line. > > On 2/1/13 12:22 PM, "Angelo Anolin" <[email protected]> wrote: > > > Alex, > > > > Again, thanks for the insight. Just some few other questions, though. > > > > 1. How do I get the Export for Release when I am compiling from the > command > > line? > By not adding the -debug flag (and making sure it isn't set in a config > file > somewhere. > > 2. Is there some kind of a guidance document that would help to > understand > > how to modularize the application so that the initial loading of the app > is > > smaller? > I don't know of any documents. A simple exercise is to comment out > everything that doesn't break the first screen and see if the SWF is > smaller. If it is, then put everything you commented into a module or > modules. > > 3. The mxml file that I compiled simply contained some buttons (which > > redirects the users to another web page with the embedded swf) and the > > images I have used are fairly small. It has one popup component though > that > > is embedded to the swf itself. I can attach the mxmls here if warranted, > > just so that everyone may have a fair bit of understanding on what's > under > > the hood. > > > If you want to post your code, I will take a look. > > -- > Alex Harui > Flex SDK Team > Adobe Systems, Inc. > http://blogs.adobe.com/aharui > >
