views:

12

answers:

1

Some Flash components have the method setStyle(style:String, value:Object). I wonder where/if I can find a list of the styles that are possible to use here?

I want to change the background alpha of a TextInput-component, but can't find the style-name for it.

A: 

The Adobe documentation is pretty comprehensive.

For example, here is the page for TextInput

(Click the styles option at the top right to see the available styles - make sure to click Show Inherited Styles so you see styles the control inherits from its base class.

DanK
Ok, thanks, there it was! Somehow i missed the styles-part in the Adobe documentation despite looking there quite a lot. Thanks
Guppel