Specifies whether a player badge icon is visible.
# Metadata
Platforms: desktop, server OS: mac, windows, linux Introduced: 1.0 Security:
# Syntax
set the showBadge of player to {true | false}
# Examples
set the showBadge of player "Example" to true
# Description
Use the showBadge property to let users show or hide the player controller bar.
If the showBadge is true, a small icon appears in the lower left corner of the player when its showController property is false. Clicking the badge displays the controller bar. If the showBadge is false, the badge icon does not appear.
Set the showBadge property to true if you are setting the player showController property to false, but want to display the controller bar if desired.
If the player's showController property is true, the setting of the showBadge property has no effect.
# Tags
# See
- **keyword:** player - **property:** showSelection, showController - **object:** player - **glossary:** property, controller bar