If I want to reference an external mxml component, I do something like this:

<mx:VBox xmlns:mx="http://www.adobe.com/2006/mxml"; 
xmlns:Base="com.mydomain.ui.*"/>

Is it possible to do the same for stylesheets? Lets say there is a stylesheet 
under: /com/mydomain/ui/style.css

How can I reference it? I tried things like:

<mx:Style source="com.mydomain.ui.style.css" />

but that didn't work. Is this even possible?

Reply via email to