What happens when you compile with Ant task using debug="true"? 

If it generates swf of size more than 190 kb, then probably the
difference you are seeing is due to some other difference between FB
and ant task arguments. 

Look in the .actionScriptProperties file to see what libraries FB is
linking against and see if you have anything additional?

Thanks,
Gaurav

--- In flexcoders@yahoogroups.com, "lytvynyuk" <[EMAIL PROTECTED]> wrote:
>
> Here is piece of my flex ant file:
>          <mxmlc file="${BUILD_SPACE}ActiveUpdate.mxml"
> output="${DEPLOY_DIR}/ActiveUpdate.swf"
>                                actionscript-file-encoding="UTF-8"
>                               
> services="${BUILD_SPACE}res/services-config.xml"
>                                context-root="ISP"
>                                locale="en_US" as3="true" optimize="true"
> static-rsls="false" headless-server="true">
>              <runtime-shared-libraries url="framework_3.0.189825.swf"/>
>              <source-path path-element="${FLEX_HOME}/frameworks"/>
>             
> <compiler.keep-as3-metadata>false</compiler.keep-as3-metadata>
>              <compiler.debug>false</compiler.debug>
>              <compiler.library-path dir="${FLEX_HOME}/frameworks"
> append="true">
>                  <include name="libs" />
>                  <include name="../bundles/{locale}" />
>              </compiler.library-path>
>          </mxmlc>
> 
> Whatever options I put in here I getting debug version with size 190kb,
> but when I do export release via eclipse I getting version sized 140!!!
> WHY?
>


Reply via email to