MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 261

Director scripting reference
Table of Contents

Advertisement

Parameters
None.
Example
This statement clears all globally created ActionScript objects from memory:
-- Lingo syntax
clearAsObjects()
// JavaScript syntax
clearAsObjects();
See also
newObject(),
clearCache
Usage
clearCache
Description
Command; clears the Director network cache.
The
clearCache
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(),
setCallback()
command clears only the cache, which is separate from the browser's cache.
cacheSize()
clearCache
261

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DIRECTOR MX 2004-DIRECTOR SCRIPTING and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Director mx 2004

Table of Contents