ActionScript 2.0 Components Language Reference |
|
|
|
| Loader component > Customizing the Loader component > Using styles with the Loader component | |||
The Loader component uses the following styles.
|
Style |
Theme |
Description |
|---|---|---|
|
|
Both |
The Loader component uses a RectBorder instance as its border and responds to the styles defined on that class. See RectBorder class. The default border style is |
For example:
my_ldr.setStyle("backgroundColor", 0xEEEEEE);
For more information, see Using styles to customize component color and text in Using ActionScript 2.0 Components.
|
|
|
|