Skip to Content »

FlashApe » Flex: Don’t forget to ‘Export Release Build’

 Flex: Don’t forget to ‘Export Release Build’

  • May 28th, 2008
  • 9:03 am

Generally while working on a project in Flex Builder, when you run your app it generates a debuggable swf and outputs it to the bin-debug folder. Note that this is not the ‘final’ or ‘live’ version that you deploy as your app…it’s bloated with debugging code and such. For that you need to select Project > Export Release Build…, and (by default) it will create a bin-release directory which contains the final output files to deploy the app.

Want your say?

* Required fields. Your e-mail address will not be published on this site


You can use the following XHTML tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>