Using styles with the Loader component

The Loader component uses the following styles.

Style

Theme

Description

borderStyle

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 "none".

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.