Options for specifying the position of a movie's display window.
Value
Name | Description | Value |
---|---|---|
FloatingWindowPosition.CENTER | Positions the window in the center of the screen. | 1298359662 = 'Mcen' |
FloatingWindowPosition.CENTER_LEFT | Positions the window on the left side of the screen midway between the top and bottom. | 1298361446 = 'Mclf' |
FloatingWindowPosition.CENTER_RIGHT | Positions the window on the right side of the screen midway between the top and bottom. | 1298362996 = 'Mcrt' |
FloatingWindowPosition.LOWER_LEFT | Positions the window in the lower left corner of the screen. | 1298951270 = 'Mllf' |
FloatingWindowPosition.LOWER_MIDDLE | Positions the window at the bottom of the screen midway between the left and right edges. | 1298951524 = 'Mlmd' |
FloatingWindowPosition.LOWER_RIGHT | Positions the window in the lower right corner of the screen. | 1298952820 = 'Mlrt' |
FloatingWindowPosition.UPPER_LEFT | Positions the window in the upper left corner of the screen. | 1668183118 = 'cntN' |
FloatingWindowPosition.UPPER_MIDDLE | Positions the window at the top of the screen midway between the left and right edges. | 1299541348 = 'Mumd' |
FloatingWindowPosition.UPPER_RIGHT | Positions the window in the upper right corner of the screen. | 1299542644 = 'Murt' |
Usage
As property
Movie.floatingWindowPosition
Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |