Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
Adobe Flex SDK Previous
-
None
-
None
-
Language Found: English
Description
Steps to reproduce:
1. The AutomationLibraries which we use,automation.swc, automation_agent.swc,automation_dmv.swc, qtp.swc
2. While compiling with automation libraries, almost the size of the swf file is doubled.
3. We have lot of swf files in the application and 100 mb size difference, our application performance is very slow.
The scripts which we use are:-
<target name="compile-mxml-auto" >
<mxmlc file="${filename}" keep-generated-actionscript="false" incremental="false" fork="true" append="true" >
<load-config filename="${FLEX_HOME}/frameworks/flex-config.xml"/>
<source-path path-element="${FLEX_HOME}/frameworks"/>
<compiler.source-path path-element="${eso.mxml}"/>
<compiler.source-path path-element="../../../ifx/trunk/IFXWEB/mxml/src/common"/>
<compiler.source-path path-element="${FLEX_HOME}/frameworks"/>
<compiler.include-libraries dir="${FLEX_HOME}/frameworks/libs" append="true">
<include name="automation.swc" />
<include name="automation_agent.swc" />
<include name="qtp.swc" />
<include name="automation_dmv.swc" />
</compiler.include-libraries>
<license product="${FLEXVERSION}" serial-number="${FLEX3_SERIAL}"/>
</mxmlc>
</target>
Actual Results: Application is very slow
Expected Results: Please suggest to reduce the size of the swf file.
Workaround (if any): QTP 9.5 / Flexbuilder 3.0