|
Server : Apache/2.2.2 (Fedora) System : Linux App1.pathumtani.go.th 2.6.20-1.2320.fc5smp #1 SMP Tue Jun 12 19:40:16 EDT 2007 i686 User : apache ( 48) PHP Version : 5.2.9 Disable Function : NONE Directory : /var/www/html/warroom/ |
Upload File : |
<html>
<head>
<title>enlarge</title>
<script type="text/javascript" src="config.js"></script>
<style type="text/css">
html body{
overflow:auto;
}
.divstyle{
background-color: black;
filter:alpha(opacity=75);
opacity: 0.75;
}
.bt{
cursor:hand;
}
</style>
</head>
<body leftmargin="0" topmargin="0" bgcolor="#000000">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="center"><div class="divstyle" height="10">
<table width="800" cellspacing="0"><tr bgcolor="#FFFFFF"><td>Zoom Camera</td><td align="right"> <img src="player_play_resize.png" width="10" height="10" class="bt" onClick="PlayX2(<?=$_GET[id]?>)"/> <img src="player_pause_resize.png" width="10" height="10" class="bt" onClick="StopX2(<?=$_GET[id]?>)" >
</td></table></div></td>
</tr>
<tr>
<td align="center"><SCRIPT language="javascript">
document.writeln("<object classid='clsid:81E5B0CC-63D6-4f4a-8347-BA15AD129533' id='NVLiveX<?=$_GET[id]?>' CODEBASE='NVLiveX.cab#version = 1,0' width='800' height='600'>");
document.writeln("<param name='DisablePWD' value=1>");
document.writeln("<param name='DisableAudio' value=0>");
document.writeln("</object>");
</SCRIPT></td>
</tr>
</table>
</body>
</html>