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

<*> 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