-- Lingo syntax _movie.finishIdleLoad(intLoadTag) // JavaScript syntax _movie.finishIdleLoad(intLoadTag);
Movie method; forces completion of loading for all the cast members that have the specified load tag.
intLoadTag Required. An integer that specifies the load tag of the cast members to be loaded.
This statement completes the loading of all cast members that have the load tag 20:
-- Lingo syntax _movie.finishIdleLoad(20) // JavaScript syntax _movie.finishIdleLoad(20);
idleHandlerPeriod, idleLoadDone(), idleLoadMode, idleLoadPeriod, idleLoadTag, idleReadChunkSize, Movie