Search code examples
actionscript-3apache-flexswc

create a swc file for existing flex application


I had flex project with few action script files.

I want to make the project as swc file. So can i know how to create it as swc file.

Thanks, Ravi


Solution

  • I you are using Flash Builder, create a Flex library project and add the code there as you would in a normal project. There will be an extra pane in the Build settings allowing you to choose which classes to include (it defaults to everything). When you compile you will get a .swc file.