swc

Runtime introspection of linked SWC using ActionScript 3.0 + Flash/Flex

Wow, my first post on Stack Overflow. Have I "arrived"? Okay, this is an oddball. I'm trying to determine whether there might be some programmatic way to introspect the classes within a linked SWC at runtime. To give a little more background (maybe there's a completely different way to go about doing this), I'm considering a general fr...

How do I make a flash library that can be either compiled in or loaded at runtime?

Hello, I'm looking to make a library that can be either merged into a swf at compile time or loaded into a swf at runtime. The way I understand it, .swc files are generally merged into a swf at compile time, and .swf files are generally loaded into a swf at runtime. Is there a way I can have one file that can do both? ...