Cheetah
embed.php
Go to the documentation of this file.
1 <?php
2 
8 $sModule = "video_comments";
9 require_once("../../../inc/header.inc.php");
10 require_once($sIncPath . "customFunctions.inc.php");
11 
12 $iFileId = (int)$_GET["id"];
13 $s = getEmbedCode('video_comments', "player", array('id' => $iFileId));
14 
15 $oAlert = new ChWsbAlerts('ch_video_comments', 'embed', $iFileId, getLoggedId(), array(
16  'data' => &$s,
17 ));
18 $oAlert->alert();
19 
20 header('Content-type: text/html; charset=utf-8');
21 ?>
22 <!DOCTYPE html>
23 <html>
24 <head>
25  <style type="text/css">
26  html, body { height:100%; background-color: transparent; }
27  body { margin:0; padding:0; overflow:hidden; }
28  object, object > embed, video { width:100%; height:100%; }
29  </style>
30 </head>
31 <body class="ch-def-font" style="background: transparent;">
32  <?=$s ?>
33 </body>
34 </html>
header
</code > Be careful enabling this directive if you have a redirector script that does not use the< code > Location</code > HTTP header
Definition: URI.MungeResources.txt:10
$sIncPath
$sIncPath
Definition: header.inc.php:64
$oAlert
$oAlert
Definition: embed.php:15
php
$sModule
$sModule
Definition: embed.php:8
ChWsbAlerts
Definition: ChWsbAlerts.php:39
getEmbedCode
getEmbedCode($sModule, $sApp, $aParamValues)
Definition: content.inc.php:131
$_GET
$_GET['debug']
Definition: index.php:67
getLoggedId
getLoggedId()
Definition: profiles.inc.php:32
type
if(!defined("USER_STATUS_TYPE")) define("USER_STATUS_TYPE" type
Definition: constants.inc.php:13
$s
$s
Definition: embed.php:13
$iFileId
$iFileId
Definition: embed.php:12
color
CSS AllowDuplicates HTML Purifier removes duplicate CSS like< code > color
Definition: CSS.AllowDuplicates.txt:8