28
Unsupported and Partially Supported Classes
Flash Lite method extensions
The following table lists new methods in the Sound class that are specific to ActionScript for
Flash Lite 2.0.
Stage class
The Stage class is a top-level class whose methods, properties, and handlers you can access
without using a constructor. Use the methods and properties of this class to access and
manipulate information about the boundaries of a SWF file.
For more information, see the following references:
■
Developing Flash Lite 2.x Applications
■
Flash Lite 2.x ActionScript Language Reference
Flash Lite property extensions
The following table lists new properties in the Stage class that are specific to ActionScript for
Flash Lite 2.0.
Method
Description
getPan()
Returns the value of the previous
setPan()
call. This method is not
supported for device sound.
getTransform()
Returns the value of the previous
setTransform()
call. This method is
not supported for device sound.
loadSound()
Loads sound data of any format into Flash Player.
This method is different from the Flash Player 7 implementation
because sound data loaded using this method is always treated as
event sound. Therefore, the second parameter of this method is
always ignored. In the following example, the value
true
is ignored:
my_sound.loadSound("mysnd.mp3", true);
Property
Description
showMenu
Shows or hides the default items in the Flash Player context menu.
Summary of Contents for FLASH 8-INTRODUCTION TO FLASH LITE 2.X...
Page 1: ...Introduction to Flash Lite 2 x ActionScript...
Page 4: ...4...
Page 34: ...34 Unsupported and Partially Supported Classes...