| Package | fl.video |
| Class | public final class VideoAlign |
| Inheritance | VideoAlign Object |
| Language Version: | ActionScript 3.0 |
| Product Version: | Flash CS3 |
| Runtime Versions: | Flash Player 9.0.28.0, AIR 1.0 |
FLVPlayback.align and
VideoPlayer.align properties.
Related API Elements
| Property | Defined By | ||
|---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | |
| Method | Defined By | ||
|---|---|---|---|
![]() |
Indicates whether an object has a specified property defined. | Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | |
![]() |
Indicates whether the specified property exists and is enumerable. | Object | |
![]() |
Sets the availability of a dynamic property for loop operations. | Object | |
![]() |
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | |
![]() |
Returns the string representation of the specified object. | Object | |
![]() |
Returns the primitive value of the specified object. | Object | |
| Constant | Defined 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 | ||
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.
Thu Dec 4 2014, 05:50 PM -08:00
