Class minplayer.playLoader.base
Extends
minplayer.display.
The play loader base class, which is used to control the busy
cursor, big play button, and the opaque background which shows when the
player is paused.
Defined in: minplayer.playLoader.base.js.
Constructor Attributes | Constructor Name and Description |
---|---|
minplayer.playLoader.base(context, options)
|
Field Attributes | Field Name and Description |
---|---|
Reset the constructor.
|
Method Attributes | Method Name and Description |
---|---|
Hide or show certain elements based on the state of the busy and big play
button.
|
|
The constructor.
|
|
setPlayer(player)
|
- Methods borrowed from class minplayer.display:
- bind, getElements, getScaledRect, isValid, onResize, trigger
- Methods borrowed from class minplayer.plugin:
- addPlugin, destroy, eachPlugin, getPlugin, loadPlugins
Class Detail
minplayer.playLoader.base(context, options)
- Parameters:
- {object} context
- The jQuery context.
- {object} options
- This components options.
Field Detail
constructor
Reset the constructor.
Method Detail
checkVisibility()
Hide or show certain elements based on the state of the busy and big play
button.
construct()
The constructor.
setPlayer(player)
- Parameters:
- player