EasyManua.ls Logo

MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING - Page 261

MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING
1130 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
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 browsers 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()

Related product manuals