Is there a Flex 4 skin or Flex 3 programmatic skin that matches CSS1, CSS2 or CSS3 background behavior?
I'm trying to add CSS like features to all Flex components.
For example, in HTML you can set the background and border of a button with the following code:
<input
style="background:#ffffff url('img_tree.png') no-repeat right top;
border:border:5px solid red;
border-right-style:none;"
type="button"/>