Re: [flexcoders] Adding stroke to text or bitmap at runtime

2012-04-25 Thread dorkie dork from dorktown
I'm looking for more of something like this: s:Label text=Hello Filters! s:stroke s:SolidColorStroke weight=4 color=#ABCDEF/ /s:stroke /s:Label or this: s:Label text=Hello Filters! s:filters s:SolidColorStrokeFilter weight=4 color=#ABCDEF/ /s:filters /s:Label On Fri, Apr 13, 2012 at 12:15 AM,

[flexcoders] css syntax for states

2012-04-25 Thread michael_regert
I have a label which I need to change the font color on various states. Originally I had the code as below with no CSS: s:Label text=× top=1 width=100% color=#202020 color.over=#a12100 color.down=#a12100 fontSize=24 textAlign=center / I'm trying to move everything into a CSS and have the

Re: [flexcoders] css syntax for states

2012-04-25 Thread Alex Harui
Is just the forums, or do you have an extra space in there? On 4/25/12 9:37 AM, michael_reg...@dell.com michael_reg...@dell.com wrote: I have a label which I need to change the font color on various states. Originally I had the code as below with no CSS: s:Label text=× top=1 width=100%