Livecode Wiki
Advertisement

Specifies whether a player's controller bar is visible.Syntax:

set the showController of <player> to {true | false}

Examples:

set the showController of player 4 to false

Use the showController property to enable access to the player's controls, or hide the controller bar.

A player's controller bar is used to start, pause, rewind, and fast-forward a movie or sound, and to select a portion of a movie or sound for playback.

Set a player's showController property to false if you are providing these capabilities in the stack already, or if you do not want the user to be able to control playback of the movie or sound.

See also: control (object),player (object),movieControllerID (property),showSelection (property),

Advertisement