ActionScript 2.0 Components Language Reference |
|
|
|
| Media components > Media.horizontal | |||
MediaController.
Flash Player 7.
Flash MX Professional 2004.
myMedia.horizontal
Property; determines whether the MediaController component displays itself in a vertical or horizontal orientation. A true value indicates that the component is displayed in a horizontal orientation; a false value indicates a vertical orientation. When set to false, the playbar and playback slider move from bottom to top. The default value is true.
The following example displays the MediaController component in a vertical orientation:
myMedia.horizontal = false;
|
|
|
|