ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
fl.video 

VideoAlign  - AS3 Flash

Packagefl.video
Classpublic final class VideoAlign
InheritanceVideoAlign Inheritance Object

Language Version: ActionScript 3.0
Product Version: Flash CS3
Runtime Versions: Flash Player 9.0.28.0, AIR 1.0

The VideoAlign class provides constant values to use for the FLVPlayback.align and VideoPlayer.align properties.

Related API Elements



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
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
  BOTTOM : String = "bottom"
[static] Specifies that the video is aligned at the bottom.
VideoAlign
  BOTTOM_LEFT : String = "bottomLeft"
[static] Specifies that the video is aligned in the bottom-left corner.
VideoAlign
  BOTTOM_RIGHT : String = "bottomRight"
[static] Specifies that the video is aligned in the bottom-right corner.
VideoAlign
  CENTER : String = "center"
[static] Specifies that the video is aligned in the center.
VideoAlign
  LEFT : String = "left"
[static] Specifies that the video is aligned on the left.
VideoAlign
  RIGHT : String = "right"
[static] Specifies that the video is aligned to the right.
VideoAlign
  TOP : String = "top"
[static] Specifies that the video is aligned at the top.
VideoAlign
  TOP_LEFT : String = "topLeft"
[static] Specifies that the video is aligned in the top-left corner.
VideoAlign
  TOP_RIGHT : String = "topRight"
[static] Specifies that the video is aligned in the top-right corner.
VideoAlign
Constant Detail

BOTTOM

Constant
public static const BOTTOM:String = "bottom"

Language Version: ActionScript 3.0
Product Version: Flash CS3
Runtime Versions: Flash Player 9.0.28.0, AIR 1.0

Specifies that the video is aligned at the bottom.

BOTTOM_LEFT

Constant 
public static const BOTTOM_LEFT:String = "bottomLeft"

Language Version: ActionScript 3.0
Product Version: Flash CS3
Runtime Versions: Flash Player 9.0.28.0, AIR 1.0

Specifies that the video is aligned in the bottom-left corner.

BOTTOM_RIGHT

Constant 
public static const BOTTOM_RIGHT:String = "bottomRight"

Language Version: ActionScript 3.0
Product Version: Flash CS3
Runtime Versions: Flash Player 9.0.28.0, AIR 1.0

Specifies that the video is aligned in the bottom-right corner.

CENTER

Constant 
public static const CENTER:String = "center"

Language Version: ActionScript 3.0
Product Version: Flash CS3
Runtime Versions: Flash Player 9.0.28.0, AIR 1.0

Specifies that the video is aligned in the center.

LEFT

Constant 
public static const LEFT:String = "left"

Language Version: ActionScript 3.0
Product Version: Flash CS3
Runtime Versions: Flash Player 9.0.28.0, AIR 1.0

Specifies that the video is aligned on the left.

RIGHT

Constant 
public static const RIGHT:String = "right"

Language Version: ActionScript 3.0
Product Version: Flash CS3
Runtime Versions: Flash Player 9.0.28.0, AIR 1.0

Specifies that the video is aligned to the right.

TOP

Constant 
public static const TOP:String = "top"

Language Version: ActionScript 3.0
Product Version: Flash CS3
Runtime Versions: Flash Player 9.0.28.0, AIR 1.0

Specifies that the video is aligned at the top.

TOP_LEFT

Constant 
public static const TOP_LEFT:String = "topLeft"

Language Version: ActionScript 3.0
Product Version: Flash CS3
Runtime Versions: Flash Player 9.0.28.0, AIR 1.0

Specifies that the video is aligned in the top-left corner.

TOP_RIGHT

Constant 
public static const TOP_RIGHT:String = "topRight"

Language Version: ActionScript 3.0
Product Version: Flash CS3
Runtime Versions: Flash Player 9.0.28.0, AIR 1.0

Specifies that the video is aligned in the top-right corner.