Here’s what passes for normal conversation around here:
{: .itemized }
Me
: Would you expect my components to get horked if I tried to export them both
from the same `FLA`?
Marc
: Uh, no. Why?
Me
: Darn. They each have their own component name in the resulting `SWC`, but
they end up having the same class name.
Marc
: Are you using the same classes in them or something?
Me
: I’m using _some_ of the same classes, but the components themselves each
have their own class. If I right-click on _Export SWC Fileā¦_ in the
library, both components are in the `SWC`, but with the same class name.
And I can’t just export one component and then the other, because you get
two copies of each, presumably only one of which works.
Marc
: That’s weird.
Me
: Did I mention that I was using an Adobe product?