forward = 30;
$obj->back = 10;
return $obj;
}
public function getHeadCode() {
global $global;
$css = "";
if (isVideoPlayerHasProgressBar()) {
$css = '';
$css .= '';
}
return $css;
}
public function getFooterCode() {
global $global;
if (isVideoPlayerHasProgressBar()) {
$obj = $this->getDataObject();
$js = '';
if (!empty($_SESSION['type'])) {
if (($_SESSION['type'] == "audio") || ($_SESSION['type'] == "linkAudio")) {
$js .= '';
return $js;
}
}
public function getTags() {
return array('free', 'buttons', 'video player');
}
}