System Class - MACROMEDIA FLASH 8-INTRODUCTION TO FLASH LITE 2.X ACTIONSCRIPT Introduction Manual

Introduction to flash lite 2.x actionscript
Table of Contents

Advertisement

Method summary
The following table lists the methods that are partially supported by the SharedObject class
when using ActionScript for Flash Lite 2.0.
Method
flush()
getLocal()
Flash Lite method extensions
The following table lists the methods that have been added as extensions to the SharedObject
class when using ActionScript for Flash Lite 2.0.
Method
GetMaxSize()

System class

The System class contains properties that are related to certain operations on the user's
computer, such as operations with shared objects, local settings for cameras and microphones,
and using the Clipboard. The following additional properties and methods are in specific
classes within the System package: the capabilities class, the security class, and the IME class.
For more information about the System class, see the following references:
Developing Flash Lite 2.x Applications
Flash Lite 2.x ActionScript Language Reference
Chapter 7, "Classes" in Learning ActionScript 2.0 in Flash
Description
Immediately writes a locally persistent shared
object to a local file.
Limitations: The write operation is asynchronous
and the result is not immediately available.
Returns a reference to a locally persistent shared
object that is available only to the current client.
Limitations: In Flash Lite, a shared object cannot be
shared between two SWF files.
Description
Flash Lite 2.0 returns the maximum size allotted for persistent
storage of an SWF file.
Support
Partially
supported
Partially
supported
System class
21

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-INTRODUCTION TO FLASH LITE 2.X ACTIONSCRIPT and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents