User Guide
20 Unsupported and Partially Supported Classes
SharedObject class
A Flash Lite shared object, as implemented in the ActionScript SharedObject class, allows
Flash Lite content to save data to the device when the application is closed and load the data
from the device when the application is played again.
For more information about the SharedObject class, see the following references:
■ Developing Flash Lite 2.x Applications
■ Chapter 14, “Creating Interaction with ActionScript” in Learning ActionScript 2.0 in Flash
■ Chapter 2, “ActionScript Classes,” in Flash Lite 2.x ActionScript Language Reference
onMouseMove
Invoked every time the mouse moves.
Limitations: Supported if
System.capabilities.hasMouse is set to true.
Partially
supported
onMouseUp
Invoked every time the left mouse button is
pressed.
Limitations: Supported if
System.capabilities.hasMouse or
System.capabilities.hasStylus are set to true.
Partially
supported
onReleaseOutside
Invoked when the mouse button is pressed over a
movie clip and released while the pointer is outside
the movie clip’s area.
Limitations: Supported if
System.capabilities.hasMouse or
System.capabilities.hasStylus are set to true.
Partially
supported
Event Handler Description Support