For example, let’s say I have two FLA document classes and each of them needs to use the banana MovieClip from the library. I don’t want to have a copy of banana in each FLA. What options do I have for sharing the banana MovieClip among the two FLA document classes?
Share
Look at creating
SWCfiles.You can export SWC files by opting to create them whenever you publish your FLA, via File > Publish Settings:
Then in your other projects you can add the SWC to your library paths via File > ActionScript Settings > Library path and use the contents as expected: