Class minplayer.players.flash
Extends
minplayer.display.
The Flash media player class to control the flash fallback.
Defined in: minplayer.players.flash.js.
Constructor Attributes | Constructor Name and Description |
---|---|
minplayer.players.flash(context, options, queue)
|
Field Attributes | Field Name and Description |
---|---|
Reset the constructor.
|
- Fields borrowed from class minplayer.display:
- onResize
- Fields borrowed from class minplayer.plugin:
- context, lock, name, options, pluginReady, queue, triggered
Method Attributes | Method Name and Description |
---|---|
<static> |
minplayer.players.flash.canPlay(file)
|
<static> |
minplayer.players.flash.getFlash(params)
API to return the Flash player code provided params.
|
<static> |
minplayer.players.flash.getPriority()
|
- Methods borrowed from class minplayer.display:
- construct, fullscreen, fullScreenElement, getDisplay, getElements, getScaledRect, isFullScreen, isValid, toggleFullScreen
- Methods borrowed from class minplayer.plugin:
- addPlugin, bind, checkQueue, create, destroy, get, poll, ready, trigger, unbind
Class Detail
minplayer.players.flash(context, options, queue)
- Parameters:
- {object} context
- The jQuery context.
- {object} options
- This components options.
- {object} queue
- The event queue to pass events around.
Field Detail
constructor
Reset the constructor.
Method Detail
<static>
{boolean}
minplayer.players.flash.canPlay(file)
- Parameters:
- file
- Returns:
- {boolean} If this player can play this media type.
- See:
- minplayer.players.base#canPlay
<static>
{object}
minplayer.players.flash.getFlash(params)
API to return the Flash player code provided params.
- Parameters:
- {object} params
- The params used to populate the Flash code.
- Returns:
- {object} A Flash DOM element.
{object}
getPlayer()
- Returns:
- {object} The media player object.
<static>
{number}
minplayer.players.flash.getPriority()
- Returns:
- {number} The priority of this media player.
- See:
- minplayer.players.base#getPriority
{boolean}
playerFound()
- Returns:
- {boolean} TRUE - if the player is in the DOM, FALSE otherwise.