AIR apps in the same folder should be able to share the RSLs.  Like modules, if 
there is a main app and many sub-apps, the sub-apps should not use RSL linkage, 
but rather, just load-extern the RSL because the main app will bring in the 
classes.

Alex Harui
Flex SDK Developer
Adobe Systems Inc.<http://www.adobe.com/>
Blog: http://blogs.adobe.com/aharui

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of reflexactions
Sent: Tuesday, September 15, 2009 7:43 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] AIR and Framework RSL's



Is there anyway to NOT have to include the Adobe signed framework RSLs with 
every AIR package if we are using RSL's?

and also for that matter 'share' common modules?

We have a several apps where the actual AIR app is really very very thin, they 
just share common code in RSL's (actually the same RSLs we use for the web 
versions).

Whereas the web versions only need to download the RSL's once (and with the 
Adobe framewok maybe not even once if they already have the RSL), the AIR 
version has to include all the common modules and the adobe framework in each 
AIR app.

Although you can say well its only a one time download,
1) It still makes for an awful big download
2) We update the apps on a 3 week cycle so its an awful lot and quite often.

Reply via email to