rsls

Building Flex Project with RSLs and ANT

假如想象 提交于 2020-01-16 11:12:30
问题 Can someone give me a code example of how to build a flex project with ANT using framework RSL's? This is what im currently using but the file SWF generated is way to big; <target name="main"> <mxmlc file="${SRC_DIR}/myApp.mxml" output="${DEPLOY_DIR}/myApp.swf" actionscript-file-encoding="UTF-8" keep-generated-actionscript="true" incremental="true"> <!-- Get default compiler options. --> <load-config filename="${FLEX_HOME}/frameworks/flex-config.xml"/> <!-- List of path elements that form the

using framework RSL to reduce SWF filesize

筅森魡賤 提交于 2019-12-14 03:59:03
问题 I'm using framework RSL in a bid to reduce my SWF filesize. I'm using Flex Builder to compile the SWF. I notice a substantial size reduction when I compile with RSLs in my SWF. However the framework SWF which is created is pretty big. What do I do with the newly created framework SWF? Do I place this on my server and let flash player pick it up, cache and then sit back and enjoy the improved performance or is there another step? I don't want to have the extra overhead of my custom swf plus