I think you use: -compiler.external-library-path framework.swc
to prevent classes in that swc from being linked into your RSL ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of matthew.painter Sent: Friday, June 13, 2008 1:36 PM To: [email protected] Subject: [flexcoders] RSL hell Hi guys, I'm trying to use RSLs for my application. Now some of the RSLs depend upon the flex framework - you know, things like Canvas. So the RSL can use the framework RSL, same as the main app right? Wrong! Seemingly... This means that my RSLs are mostly >500k, while the main app is < 100k. Surely there is a way to stop downloading about 300-400k of the same code for each RSL? I'm worried that the whole advantage of RSLs, i.e. caching, is gonna be blown away by the initial download time (which is looking like being 5-10x as big for an app). Help! (Please :o) Matt

