Hi all
I try to use signed framework RSLs to speed up my Flex application startup, so I followed indications "Using the framework RSLs" on help.adobe.com.
In my project Properties > Flex Build path > Library path :
- I set Framework Linkage to RSL
- I edit framework.swc link type : uncheck "linkage : same as framework", select "link type:RSL", RSL deployment path is "framework_4.5.1.21328.swz", uncheck "force load RSL", and select "application domain : default"
- do the same for textLayout.swc, spark.swc, rpc.swc
Then when I compile the project, I have the framework_4.5.1.21328.swz AND the framework_4.5.1.21328.swf in the bin-debug.
And if I myApp.html in a browser, I see it loads the framework_4.5.1.21328.swf (instead of .swz)
What did I miss to use the signed framework RSL swz ?
(I use FlashBuilder 4.5)
Do an Export Release Build and load the app from bin-release. The debug build uses .swf so that you can debug into framework code.
-Anirudh