1

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

RKCY
  • 4,095
  • 14
  • 61
  • 97

2 Answers2

2

You have to use Flex's component compiler. Check out compc.

weltraumpirat
  • 22,544
  • 5
  • 40
  • 54
2

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.

grapefrukt
  • 27,016
  • 6
  • 49
  • 73