Packageflash.display
Classpublic final class StageOrientation
InheritanceStageOrientation Inheritance Object

Language version: ActionScript 3.0
Runtime version: AIR 2

The StageOrientation class defines constants enumerating the possible orientations of the stage and the device.

See also

flash.display.Stage.orientation
flash.display.Stage.setOrientation()
flash.display.Stage.deviceOrientation
flash.events.StageOrientationEvent.afterOrientation
flash.events.StageOrientationEvent.beforeOrientation


Public Properties
 PropertyDefined by
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
Public Methods
 MethodDefined by
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined by
  DEFAULT : String = "default"
[static] Specifies that the stage is currently in the default orientation of the device (right-side up).
StageOrientation
  ROTATED_LEFT : String = "rotatedLeft"
[static] Specifies that the stage is currently rotated left relative to the default orientation.
StageOrientation
  ROTATED_RIGHT : String = "rotatedRight"
[static] Specifies that the stage is currently rotated right relative to the default orientation.
StageOrientation
  UNKNOWN : String
[static] Specifies that the device has not determined an orientation.
StageOrientation
  UPSIDE_DOWN : String = "upsideDown"
[static] Specifies that the stage is currently upside down relative to the default orientation.
StageOrientation
Constant detail
DEFAULTconstant
public static const DEFAULT:String = "default"

Language version: ActionScript 3.0
Runtime version: AIR 2

Specifies that the stage is currently in the default orientation of the device (right-side up).

ROTATED_LEFTconstant 
public static const ROTATED_LEFT:String = "rotatedLeft"

Language version: ActionScript 3.0
Runtime version: AIR 2

Specifies that the stage is currently rotated left relative to the default orientation.

Note: When the orientation of the device is rotated left, the orientation of the stage must be rotated right in order to remain upright.

ROTATED_RIGHTconstant 
public static const ROTATED_RIGHT:String = "rotatedRight"

Language version: ActionScript 3.0
Runtime version: AIR 2

Specifies that the stage is currently rotated right relative to the default orientation.

Note: When the orientation of the device is rotated right, the orientation of the stage must be rotated left in order to remain upright.

UNKNOWNconstant 
public static const UNKNOWN:String

Language version: ActionScript 3.0
Runtime version: AIR 2

Specifies that the device has not determined an orientation. This state can occur when the device is lying flat on a table and also while the application is initializing.

UPSIDE_DOWNconstant 
public static const UPSIDE_DOWN:String = "upsideDown"

Language version: ActionScript 3.0
Runtime version: AIR 2

Specifies that the stage is currently upside down relative to the default orientation.