What is the appropriate syntax to refer to a built-in Flex class and create a "hard" link to it with the reference?
The goal here is to be able to embed HaloBorder into a class that extends UIComponent to provide it as a default borderSkin if one isn't specified in CSS. It seems to me, looking at the Framework code, that the defaults are usually supplied by the global.css. I can't add my style to that (and if I could it would be approximately the same thing as putting it in a local style sheet anyway), so I'm looking for a way to give the illusion that this default is just "handled" without a CSS entry. Thanks; Amy

