Hey Nate

I would just copy and paste any of those css files and paste them into
one of your workspace's project folders.  Then, just import the css
stlye by using the style tag and setting the directory, you will see
the difference in the component styles.

<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml";
layout="absolute" xmlns="*">
        
<mx:Style source="filename.css"/>

<mx:Panel width="200" height="200"/>
</mx:Application>

-Sal

--- In flexcoders@yahoogroups.com, "nathanpdaniel" <[EMAIL PROTECTED]> wrote:
>
> I was searching the SDK files last night and noticed there are 
> several "themes" (in the theme folder.. :D) - how do I load a theme 
> and use it?  I searched the config files to see if it's in there - no 
> luck though... thanks! -nate
>



Reply via email to