doNotFloatVideo = true;
return $obj;
}
public function getHeadCode() {
global $global;
$str = "";
if(isVideo()){
$o = $this->getDataObject();
if(empty($o->doNotFloatVideo)){
$str .= "";
}
}
return $str;
}
public function getFooterCode() {
global $global;
$str = "";
if(isVideo()){
$o = $this->getDataObject();
if(empty($o->doNotFloatVideo)){
$str .= "";
}
}
return $str;
}
}