idleReadChunkSize

Usage

-- Lingo syntax
_movie.idleReadChunkSize

// JavaScript syntax
_movie.idleReadChunkSize;

Description

Movie property; determines the maximum number of bytes that Director can load when it attempts to load cast members from the load queue. Read/write.

The default value of idleReadChunkSize is 32K.

Example

This statement specifies that 500K is the maximum number of bytes that Director can load in one attempt at loading cast members in the load queue:

-- Lingo syntax
_movie.idleReadChunkSize = (500 * 1024)

// JavaScript syntax
_movie.idleReadChunkSize = (500 * 1024);

See also

on idle, Movie


 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/director/mx2004/release_update_en/09_pr296.htm