public static function tube($args) {
global $css, $js, $jsnomerge, $jsvar;
+ fb($_GET);
+
$css = array();
$js[] = JS_PATH . '/tube.js';
$jsnomerge[] = JS_PATH . '/flashdetect.js';
$res.='html, body {margin: 0;padding: 0;height: 100%;color:#fff;overflow:hidden;}';
$res.='body,video{background:' . $background . ';}';
$res.='video{width:100%;height:100%;display:none;}';
- $res.='#header,#videoflash,#videohtml{display:none;}';
+ $res.='#header,#videoflash,#videohtml,#ajaxLoader{display:none;}';
$res.='</style>';
$video = '<video id="videohtml" width="100%" height="100%" data-src="' . $web . '"';