Thread: button skin
View Single Post
  #2 (permalink)  
Old 10-15-2008, 09:50 PM
cputnam14
 
Posts: n/a
Diggs:
Default Re: button skin

What does your PNG look like? If it is rectangular try this...
<mx:Button id="mybttn"
label="Click Me"
overSkin="@Embed(source='PathToPNG/filename1.png') "
upSkin="@Embed(source='PathToPNG/filename2.png')"
downSkin="@Embed(source='PathToPNG/filename3.png') "/>

If the PNG is a strange shape...like the shape of Texas...
There is a little more to it. Let me know and I can walk you through the other
way.


Reply With Quote