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.
|
|
The preview image.
|
- Fields borrowed from class minplayer.plugin:
- lock, name, options, pluginReady, queue, triggered
Method Attributes | Method Name and Description |
---|---|
Hide or show certain elements based on the state of the busy and big play
button.
|
|
The constructor.
|
|
Loads the preview image.
|
- Methods borrowed from class minplayer.display:
- fullscreen, getDisplay, getElements, getScaledRect, isFullScreen, isValid, onResize, toggleFullScreen
- Methods borrowed from class minplayer.plugin:
- addPlugin, bind, checkQueue, destroy, get, loadPlugins, ready, trigger, unbind
Class Detail
minplayer.playLoader.base(context, options)
- Parameters:
- {object} context
- The jQuery context.
- {object} options
- This components options.
Field Detail
constructor
Reset the constructor.
preview
The preview image.
Method Detail
checkVisibility()
Hide or show certain elements based on the state of the busy and big play
button.
construct()
The constructor.
loadPreview()
Loads the preview image.