WebsiteBaker 2.13.9 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
$returnvalue = '<script type="text/javascript">';$returnvalue .= 'playerFile = "'.WB_URL.'/flvplayer/mcmp_0.8.swf";';$returnvalue .= 'fpFileURL = "'.WB_URL.'/media/filme/'.$film.'";';if ($still) { $returnvalue .= 'fpPreviewImageURL = "'.WB_URL.'/media/filme/'.$still.'";';}$returnvalue .= 'playerSize = "'.$width.'x'.$height.'";';$returnvalue .= 'colorScheme = "666666";';$returnvalue .= '</script>';$returnvalue .= '<script type="text/javascript" src="'.WB_URL.'/flvplayer/mcmp_0.8.js"></script>';return $returnvalue;
$width = $width?$width:'425';$height = $height?$height:'300';$path = $path?$path:WB_URL.'/media/video/';$output = '<a href="'.$path.$file.'"style="display:block;width:'.$width.'px;height:'.$height.'px;"id="player"></a><script language="JavaScript"> flowplayer("player", "'.WB_URL.'/media/flowplayer/flowplayer-3.2.9.swf", { clip: { autoPlay: false, autoBuffering: true}, onLoad: function() { this.setVolume(50);} }); </script>';return $output;