Create your own? For that from image, it would be something like:
<Rect cornerRadius="4" filter="{new BlurFilter()}" .... top left right..
bottom="2">
<stroke>
...color="gray"
</stroke>
use <fill> if you need it, for example with Gradient:
<s:fill>
<s:LinearGradient>
<s:GradientEntry color="0x0056FF" ratio="0"
alpha=".5"/>
<s:GradientEntry color="0x00CC99" ratio=".33"
alpha=".5"/>
<s:GradientEntry color="0xECEC21" ratio=".66"
alpha=".5"/>
</s:LinearGradient>
</s:fill>
More info here FXG and MXML graphics
<http://help.adobe.com/en_US/flex/using/WS145DAB0B-A958-423f-8A01-12B679BA0CC7.html>
Here is one similar ButtonSkin:
http://help.adobe.com/en_US/flex/using/WSA95C9644-B650-4783-B5C0-D2C7F95A23E3.html
--
View this message in context:
http://apache-flex-users.2333346.n4.nabble.com/Button-skins-like-this-tp15226p15294.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.