This is very possible, and documented in the "About themes" section of
the following book:

http://download.macromedia.com/pub/documentation/en/flex/2/flex2_appdev.
pdf

matt horn
Flex docs

> -----Original Message-----
> From: flexcoders@yahoogroups.com 
> [mailto:[EMAIL PROTECTED] On Behalf Of Andriy Panas
> Sent: Wednesday, February 01, 2006 11:41 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] 2 different skins for mx.Button 
> component inside 1 SWC theme set
> 
> Hello flexcoders,
> 
>   Is it possible to combine inside a single SWC theme 
> multiple set of different skins for a single UI component ( 
> say mx.Button)?
> 
>   Our intention is to have a single UI component (say 
> mx.Button) with a different look and feel at the single page.
> 
>   Are we limited to CSS styles only and programmic skins?
> 
>   Should we go with CSS solution instead?
> 
> e.g:
> --------------------
> .mybutton
> 
> {
> 
> upSkin: Embed(source="button_up.png");
> 
> overSkin: Embed(source="button_over.png");
> 
> downSkin: Embed(source="button_down.png");
> 
> }
> --------------------
>   
> 
> 
> --
> Best regards,
>  Andriy                          mailto:[EMAIL PROTECTED]
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: 
> http://www.mail-archive.com/flexcoders%40yahoogroups.com 
> Yahoo! Groups Links
> 
> 
> 
>  
> 
> 
> 


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to