Onstatus (System.onstatus Handler) - MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE Reference

Actionscript 2.0 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
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
System.exactSettings = false
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
and Flash Player 7 SWF files.
Availability: ActionScript 1.0; Flash Player 7
Example
The following example shows how to specify superdomain matching rules:
See also
loadMovie (MovieClip.loadMovie method)
,
method)
getLocal (SharedObject.getLocal method)
(System.exactSettings property)

onStatus (System.onStatus handler)

onStatus = function(infoObject:Object) {}
Event handler: provides a super event handler for certain objects.
The LocalConnection, NetStream, and SharedObject classes provide an onStatus event
handler that uses an information object for providing information, status, or error messages.
To respond to this event handler, you must create a function to process the information
object, and you must know the format and contents of the returned information object.
System.exactSettings
from its default so that a SWF file published for Flash Player 7 or
in your Flash Player 7 SWF file. It is also possible that you
(either
or
true
false
System.exactSettings
. But you might want to change
) and use it consistently in your Flash Player 6
,
loadClip (MovieClipLoader.loadClip
,
exactSettings
is fine. Often your
System
1157

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

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

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents

Save PDF