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.
FlashApe » Flex: Don’t forget to ‘Export Release Build’
- IE doesn’t pass query parameters properly on file redirects
- One note about hacking CS3’s UIComponent to fix Event.RENDER
Flex: Don’t forget to ‘Export Release Build’
- May 28th, 2008
- 9:03 am