rsls

using framework RSL to reduce SWF filesize

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 p...

Building Flex Project with RSLs and ANT

Hi, 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-en...