Framework caching for FlashPlayer 10
This is probably a well-duh to most of you but it took me a bit to figure out why I couldn’t get framework caching to work for my Flex Builder projects publishing to Flash Player 10.
Where I was using these files for Flash Player 9:
- framework_3.0.0.477.swf
- framework_3.0.0.477.swz
I now need these files for Flash Player 10
- framework_3.2.0.3794.swf
- rpc_3.2.0.3794.swf
You can find these files by going into your Flex Builder install folder and looking for the sdks folder. Mine is located here on a WinXP machine: C:\Program Files\Adobe\Flex Builder 3 Plug-in\sdks\3.2.0.3794\frameworks\rsls
The easiest way to do this is to add -static-rsls=false to the command line arguments and place the framework files in the folder where your SWFs are located.
If something here has proved valuable to you then feel free to drop a couple of bucks in the tip-jar.






