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

Introduction to flash lite 2.x actionscript
Table of Contents

Advertisement

Flash Lite method extensions
The following table lists new methods in the Sound class that are specific to ActionScript for
Flash Lite 2.0.
Method
getPan()
getTransform()
loadSound()

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.
Property
showMenu
28
Unsupported and Partially Supported Classes
Description
Returns the value of the previous
supported for device sound.
Returns the value of the previous
not supported for device sound.
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);
Description
Shows or hides the default items in the Flash Player context menu.
call. This method is not
setPan()
call. This method is
setTransform()

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?

Questions and answers

This manual is also suitable for:

Flash 8

Table of Contents