I'm trying to understand what is going on with my namespaces since I upgraded to flash builder 4.
xmlns:mx="http://www.adobe.com/2006/mxml" in the application
and in the stylesheets:
@namespace mx "library://ns.adobe.com/flex/mx";
Everything seems to be recognized correctly, however, I get a warning that says "borderThickness" is only supported by the halo theme (which I thought was in the mx theme).
Now, when I try xmlns:s="library://ns.adobe.com/flex/mx" then it doesn;t recognize anything. Is there something I might be doing wrong here or confusing?