I have a relatively small swf (~60k) that uses a few Flex 4 classes. Even though the linkage type on the app is set to RSLs, and the linkage URLs of the major .swz files is set to the default Adobe URLs, the app is still loading the 600k framework swz (on every app load) from my server. If I delete the swz from my content directory, the app refuses to load. This means I'm taking a 600k hit on top of my 60k swf which makes the app completely undeployable.
Can anyone offer suggestions on why I might be seeing this behavior? Is it something potentially related to the crossdomain.xml file? TIA

