MACROMEDIA FLASH MX 2004-ACTIONSCRIPT LANGUAGE Reference page 852

Actionscript language reference
Table of Contents

Advertisement

Usually you should find that the default value of
only requirement is that when a SWF file saves a shared object in one session, the same SWF file
can retrieve the same shared object in a later session. This situation will always be true, regardless
of the value of
System.exactSettings
from its default so that a SWF file published for Flash Player 7 or later can retrieve shared objects
originally created by a SWF file published for Flash Player 6. Because the player has stored the
shared objects created by the Flash Player 6 SWF file in a folder that's specific to the superdomain
of that SWF file, you should use superdomain rules for shared object retrieval in your Flash
Player 7 SWF file. This step requires specifying
Player 7 SWF file. It is also possible that you might have SWF files that are published for Flash
Player 6 and Flash Player 7 SWF files that share the same shared object data. In this case, simply
pick a value for
System.exactSettings
Flash Player 6 and Flash Player 7 SWF files.
Example
The following example shows how to specify superdomain matching rules:
System.exactSettings = false;
See also
SharedObject.getLocal(),
852
Chapter 2: ActionScript Language Reference
System.exactSettings
. But you might want to change
System.exactSettings = false
(either
true
System.showSettings()
is fine. Often your
System.exactSettings
or
) and use it consistently in your
false
in your Flash

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash mx

Table of Contents