Loader.scaleContent

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

loaderInstance.scaleContent

Description

Property; indicates whether the content scales to fit the Loader (true), or the Loader scales to fit the content (false). The default value is true.

Example

The following code tells the Loader to resize itself to match the size of its content:

loader.strechContent = false;