I have some AS3 code and I would like to compile it in a library, that is, a SWC. I used to do that for my components, by creating a movie clip in an empty library, attaching the class to it and compiling that to SWC. Now however I would like to do the same for classes which do not extend MovieClip or Sprite. Can I do that from Flash, and if I can, how? Thank you in advance.
Nope… from Flash you can’t compile anything that doesn’t extend DisplayObject. But, it’s possible with Flex. Here’s the article on it: http://thanksmister.com/?s=module.