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