Class Index | File Index

Classes


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.

Class Summary
Constructor Attributes Constructor Name and Description
 
minplayer.playLoader.base(context, options)
Field Summary
Field Attributes Field Name and Description
 
Reset the constructor.
Method Summary
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
See:
minplayer.plugin#setPlayer

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Feb 10 2012 02:13:36 GMT+0100 (CET)