UIObject.invalidate()

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

componentInstance.invalidate()

Parameters

None.

Returns

Nothing.

Description

Method; marks the object so it will be redrawn on the next frame interval.

Example

The following example marks the ProgressBar instance pBar for redraw:

pBar.invalidate();