Loader.autoLoad

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

loaderInstance.autoLoad

Description

Property; a Boolean value that indicates whether to automatically load the content (true), or wait until Loader.load() is called (false). The default value is true.

Example

The following code sets up the loader component to wait for a Loader.load() call:

loader.autoload = false;