I have an asset FLA file that includes symbol assets.UI.something and there is a corresponding class assets/UI/something.as. When I'm publishing it into SWC, I can unzip it and see (in catalog.xml) that the symbol is there.
I also have a main file that has my asset SWC included in publish settings (merged into code). But when I run it I can see that the symbol isn't included in the final SWF.
I've tried many ways and eventually I've discovered that if I remove the AS class file (assets/UI/something.as) after I make SWC but before I compile the final SWF, then the symbol gets included in SWF...
Any ideas why it is happening and how to fix it?
Thanks!