300
idleLoadPeriod
Syntax
the idleLoadPeriod
Description
System property; determines the number of ticks that Director waits before trying to load cast
members waiting to be loaded. The default value for
idleLoadPeriod
is 0, which instructs
Director to service the load queue as frequently as possible.
Example
This statement instructs Director to try loading every 1/2 second (30 ticks) any cast members
waiting to be loaded:
set the idleLoadPeriod = 30
See also
idleLoadDone()
,
idleLoadMode
,
idleLoadTag
,
idleReadChunkSize
idleLoadTag
Syntax
the idleLoadTag
Description
System property; identifies or tags with a number the cast members that have been queued for
loading when the computer is idle. The
idleLoadTag
is a convenience that identifies the cast
members in a group that you want to preload.
The property can be tested and set using any number that you choose.
Example
This statement makes the number 10 the idle load tag:
the idleLoadTag = 10
See also
idleHandlerPeriod
,
idleLoadDone()
,
idleLoadMode
,
idleLoadPeriod
,
idleReadChunkSize
idleReadChunkSize
Syntax
the idleReadChunkSize
Description
System property; determines the maximum number of bytes that Director can load when it
attempts to load cast members from the load queue. The default value is 32K.
This property can be tested and set.
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:
the idleReadChunkSize = 500 * 1024
See also
idleHandlerPeriod
,
idleLoadDone()
,
idleLoadMode
,
idleLoadPeriod
,
idleLoadTag
Содержание DIRECTOR MX-LINGO DICTIONARY
Страница 1: ...Lingo Dictionary Macromedia Director MX...
Страница 756: ...Index 756...