-- Lingo syntax _movie.cancelIdleLoad(intLoadTag) // JavaScript syntax _movie.cancelIdleLoad(intLoadTag);
Movie method; cancels the loading of all cast members that have the specified load tag.
intLoadTag Required. An integer that specifies a group of cast members that have been queued for loading when the computer is idle.
This statement cancels the loading of cast members that have an idle load tag of 20:
-- Lingo syntax _movie.cancelIdleLoad(20) // JavaScript syntax _movie.cancelIdleLoad(20);
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/07_met37.htm