-- Lingo syntax _movie.idleLoadMode // JavaScript syntax _movie.idleLoadMode;
Movie property; determines when the preLoad() and preLoadMember() methods try to load cast members during idle periods. Read/write.
Idle periods can be one of the following values:
idle events
The idleLoadMode property performs no function and works only in conjunction with the preLoad() and preLoadMember() methods.
Cast members that were loaded using idle loading remain compressed until the movie uses them. When the movie plays back, it may have noticeable pauses while it decompresses the cast members.
This statement causes the movie to try as frequently as possible to load cast members designated for preloading by the preLoad and preLoadMember commands:
-- Lingo syntax _movie.idleLoadMode = 3 // JavaScript syntax _movie.idleLoadMode = 3;
on idle, Movie, preLoad() (Movie), preLoadMember()
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_pr293.htm