Re: [flexcoders] mx:Button but without the border

2006-08-23 Thread Impudent1
Just to note something that got me with skinning a button was that I was using a toggle button. When using one you have to define additional skins for the selected state ala: .MuteButton { upSkin: Embed(source=/skin_assets/AudioOn.png); downSkin:

Re: [flexcoders] mx:Button but without the border

2006-08-23 Thread Michael Schmalle
Just another note;You can kill the button skins by setting their style to nullPeace, MikeOn 8/23/06, Impudent1 [EMAIL PROTECTED] wrote: Just to note something that got me with skinning a button was that I was using a toggle button. When using one you have to

Re: [flexcoders] mx:Button but without the border

2006-08-22 Thread julien castelain
hi gunther,maybe you could subclass SimpleButton, and use a Loader to for your imagejust a thought ...On 8/22/06, Gunther [EMAIL PROTECTED] wrote: How do you / what is the best way to make a button with an image or a .swf without having the button border ?

RE: [flexcoders] mx:Button but without the border

2006-08-22 Thread Andrew Trice
: Re: [flexcoders] mx:Button but without the border hi gunther, maybe you could subclass SimpleButton, and use a Loader to for your image just a thought ... On 8/22/06, Gunther gunther.vincke@yahoo.com wrote: How do you / what is the best way to make a button