Rich Rodecker’s blog on flash, flex, actionscript, javascript, and php, with a dash of randomness
Flex: Don’t forget to ‘Export Release Build’
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.
| Print article | This entry was posted by rich on May 28, 2008 at 9:03 am, and is filed under Flex. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
