
175ADOBE FLEX 3
Building and Deploying Adobe Flex 3 Applications
Distributing SWC files
After you generate a SWC file, you can use it in your Flex applications.
You can also copy SWC files to a directory specified by the
library-path compiler option. You must store SWC
files at the top level of the user_classes directory or the directory specified by the
library-path. You cannot store
SWC files in subdirectories.
To use a SWC file when compiling components or applications from the command line or from within Flex
Builder, you specify the location of the SWC file with the
library-path compiler option.
Note: Do not store custom components or classes ...