I can get the SWC into my project and I can see the various buttons it contains but.. I can't seem to get them into my custom class.
I think this might be the answer but I don't know how to format the necessary import statement: Flash Builder - How to build or include an SWC
A Pic to demonstrate what I'm saying.

var buttnAlrams : btnAlarms = new btnAlarms()? Your way was creating a new "btnAlarms" object but typing it as a regular old "Button". – Sunil D. Nov 20 '12 at 18:49