SWC files are a necessary part of using Flash Builder. They allow you to access library items from an FLA or pre-packaged classes without having to load external assets, and as a bonus they show up in the auto-complete pop-up. To use them from an FLA, you’ll need to set the publish settings to Export SWC, and then in your Flash Builder project right click your project and add that SWC in your project settings.
The annoying thing about SWC’s is that when you make changes to them and re-publish your file, those changes will not necessarily show upĀ in Flash Builder right away. Even if you right click your project and hit “refresh”, for some reason the program does not also refresh your SWC. The timing may appear random, but there is a way to force Flash Builder to grab your most recent SWC instantly.
And here’s how: simply make a new variable with a colon (ie var blah:). As soon as Flash Builder’s auto-complete options show up with a list of classes, it’ll have updated everything. There’s no need to import anything or keep the variable — creating the auto-complete pop up is all it takes.
Simple… and effective!



