/home/mip/public_html_/old-website/brokerxxx/display_video.php
<?php
session_start();
require_once("common_msg.inc");
require_once("func_all.php");
$db = db_connect();
?>

<html>
<head>
<title><?=$fullname?></title>
</head>
<body marginwidth=0 marginheight=0 topmargin=0 leftmargin=0>
<table border=0 align="center" valign="top">
<tr>
<td>
<embed src="<?=$path?>" AUTOSTART="TRUE" width=400 height=400 align="center" valign="top">
</td>
</tr>
</table>
</body>
</html>