UIObject.redraw()

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

componentInstance.redraw()

Parameters

always A Boolean; true if redraw always, false if redraw only if invalidated.

Returns

Nothing.

Description

Method; forces validation of the object so it draws in the current frame

Example

This example forces the pBar instance to redraw immediately:

pBar.validate(true);