|
UNA
|
Public Member Functions | |
| __construct ($aObject, $oTemplate) | |
| getCodeAudio ($iViewMode, $aParams, $bDynamicMode=false) | |
| getCodeVideo ($iViewMode, $aParams, $bDynamicMode=false) | |
| Public Member Functions inherited from BxDolPlayer | |
| getObjectName () | |
| setCustomConf ($a) | |
| setVideoSize ($sName, $iSize) | |
| getSkins ($bFullInfo=false) | |
| setSkin ($sSkin) | |
Protected Member Functions | |
| _getCode ($sInit, $sClass, $iViewMode, $aParams, $bDynamicMode=false) | |
| Protected Member Functions inherited from BxDolPlayer | |
| __construct ($aObject) | |
| _addJsCss ($bDynamicMode=false) | |
| _replaceMarkers ($s, $a) | |
Protected Attributes | |
| $_oTemplate | |
| $_bJsCssAdded = false | |
| Protected Attributes inherited from BxDolPlayer | |
| $_sObject | |
| $_aObject | |
| $_aConfCustom = array() | |
| $_sSkin | |
| $_aSkins | |
| $_aSizes | |
Static Protected Attributes | |
| static | $CONF_STANDARD |
| static | $CONF_STANDARD_AUDIO |
| static | $CONF_MINI = "" |
| static | $CONF_EMBED = "" |
| static | $CONF_LANGS = array() |
Additional Inherited Members | |
| Static Public Member Functions inherited from BxDolPlayer | |
| static | getObjectInstance ($sObject=false, $oTemplate=false) |
| Static Public Member Functions inherited from iBxDolFactoryObject | |
| static | getObjectInstance ($sObject) |
Basic HTML5 player representation.
| BxBasePlayerHTML5::getCodeAudio | ( | $iViewMode, | |
| $aParams, | |||
| $bDynamicMode = false ) |
Get player HTML code
| $iViewMode | - player view mode: BX_PLAYER_STANDARD, BX_PLAYER_MINI, BX_PLAYER_EMBED |
| $aParams | - player params: mp3, ogg, attrs, styles - See usage example. |
| $bDynamicMode | - is AJAX mode or not, the HTML with player is loaded dynamically. |
Reimplemented from BxDolPlayer.
| BxBasePlayerHTML5::getCodeVideo | ( | $iViewMode, | |
| $aParams, | |||
| $bDynamicMode = false ) |
Get player HTML code
| $iViewMode | - player view mode: BX_PLAYER_STANDARD, BX_PLAYER_MINI, BX_PLAYER_EMBED |
| $aParams | - player params: poster, mp4, webm, attrs, styles - See usage example. |
| $bDynamicMode | - is AJAX mode or not, the HTML with player is loaded dynamically. |
Reimplemented from BxDolPlayer.
|
staticprotected |
Embed view initialization params
|
staticprotected |
Available player languages
|
staticprotected |
Minimal view initialization params
|
staticprotected |
Standard view initialization params
|
staticprotected |
Standard view initialization params for audio