You can use SWC in three different ways:
- external library (none of the SWC contents are included into the resulting
SWF), this is if you want to have RSLs (runtime shared libraries). Example,
you are developing an app that uses Cairngorm and has several modules. You
would than link the Cairngorm library as external for the modules.

- on demand. This is the default option. Only the referenced classes should
be imported.

- the whole thing. This is a nice option if you need to embed things like
resources already compiled elsewhere. (Flash graphics for example).

Best.

Oleg

Reply via email to