![]() ![]() | |
Flash Player 6.0.79.
Flash MX 2004.
loaderInstance.autoLoad
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.
The following code sets up the loader component to wait for a Loader.load() call:
loader.autoload = false;
![]() ![]() | |