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
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.
Mon Nov 28 2011, 06:48 AM -08:00