Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
clsimeone #1
Can I Simulate "Export Release Build" using Ant?
I'm building a project with multiple modules and trying to optimize the swf
sizes based on this
[url]http://weblogs.macromedia.com/pent/archives/2007/01/building_module.cfm[/url] by
Peter Ent (See "Optimizing the SWFs" towards the end of the post).
In Flex 3 the "Export Release Build" option removes all debugging code. Is
there a way to use an ANT script to create a release build that simulates
"Export Release Build?"
Thanks!
Chris
clsimeone Guest
-
Export Release Build
When I export release build in FB 3, if I leave "Enable view source" unchecked, I get the error message: Flex Builder could not publish the project... -
Acrobat 8 "washed out" colors/ Simulate Black Ink stuck?
I'm having a problem. It seems like "Simulate Black Ink" in Acrobat 8 is stuck "on" for some files that come out of InDesign for me. When I select... -
Simulate Browser "BACK" button
Hello, There are many situations on my site that the user has the option of retunring to the prior page. Rather than adding text that reads... -
Grey when I "export", black when I "print to Distiller"
When I export my B&W ad, designed in InDesign 2.0.2, all the solid black areas in the resulting PDF are actually greyish-black. But if I send the... -
How do you simulate "." or "source" in a perl script ?
On 7 Aug 2003 08:21:27 -0700 c_j_marshall@hotmail.com (Chris Marshall) wrote: Shell::Source perhaps this CPAN module will do it for you. ... -
Gaurav J #2
Re: Can I Simulate "Export Release Build" using Ant?
Export release build compiles the swf in non debug mode.
You can do the same in ant task if debug=false ? which is the case by default
in ant task.
Also if you have modules then you can make use of load-externs:
Compile your main app with link-report="linkReport.xml"
When compiling the modules load the link-report using the load-externs
attribute.
Thanks,
Gaurav
Gaurav J Guest



Reply With Quote

