Class html5_Video
basic class for all html components
- html_Component implements html_iComponent uses html_tComponent
-
html5_Video
Located at gui.lib.php
Methods summary
public
|
|
public
|
|
public
string
|
Methods inherited from html_Component
buildChilds()
,
getChilds()
,
getName()
,
setClass()
,
setName()
,
setStyle()
Methods used from html_tComponent
tBuildChilds()(as tBuildChilds())
Properties summary
private
array
|
$m_src_list
|
#
array()
|
public
string
|
$m_width
width of html component |
#
null
|
public
string
|
$m_height
height of html component |
#
null
|
public
boolean
|
$m_autoplay
|
#
false
|
public
boolean
|
$m_controls
|
#
true
|
public
|
$m_src_preview
|
#
null
|
public
string
|
$m_no_html5_support
text if HTML5 is not supported |
#
'Your browser does not support the HTML5 video tag.'
|