clearCache
261
Parameters
None.
Example
This statement clears all globally created ActionScript objects from memory:
-- Lingo syntax
clearAsObjects()
// JavaScript syntax
clearAsObjects();
See also
newObject()
,
setCallback()
clearCache
Usage
clearCache
Description
Command; clears the Director network cache.
The
clearCache
command clears only the cache, which is separate from the browser’s cache.
If a file is in use, it remains in the cache until it is no longer in use.
Parameters
None.
Example
This handler clears the cache when the movie starts:
-- Lingo syntax
on startMovie
clearCache
end
// JavaScript syntax
function startMovie() {
clearCache();
}
See also
cacheDocVerify()
,
cacheSize()
Summary of Contents for DIRECTOR MX 2004-DIRECTOR SCRIPTING
Page 1: ...DIRECTOR MX 2004 Director Scripting Reference...
Page 48: ...48 Chapter 2 Director Scripting Essentials...
Page 100: ...100 Chapter 4 Debugging Scripts in Director...
Page 118: ...118 Chapter 5 Director Core Objects...
Page 594: ...594 Chapter 12 Methods...
Page 684: ...684 Chapter 14 Properties See also DVD...
Page 702: ...702 Chapter 14 Properties See also face vertices vertices flat...
Page 856: ...856 Chapter 14 Properties JavaScript syntax sprite 15 member member 3 4...
Page 1102: ...1102 Chapter 14 Properties...