Reputation: 4135
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
Upvotes: 1
Views: 1081
Reputation: 27045
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.
Upvotes: 2
Reputation: 22604
You have to use Flex's component compiler. Check out compc.
Upvotes: 2