Як настроїти канал на свій сайт
я такий кусок сайту :
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
<meta http-equiv="Content-Language" content="uk">
<style type="text/css">
<!--
a { color: #0080FF; text-decoration: none }
a: hover { color: #0080FF }
a: active { color: #0080FF }
body {SCROLLBAR-FACE-COLOR: #C1E8F4; SCROLLBAR-3DLIGHT-COLOR: #67C7EB;
SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #C1E8F4;
SCROLLBAR-DARKSHADOW-COLOR: #67C7EB}
-->
</style>
</HEAD>
<body bgcolor="#C1E8F4" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0">
<table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%">
<tr><td height="20"></td><td></td><td></td></tr>
<tr>
<td width="20">
</td>
<td width="*" align="left" valign="top">
<font color="#0080FF" size="5" face="Arial">
<img src="buttonn.gif" border="0" height="17" width="17"> Веб камера
</font>
<br><br>
<p align="left">
<font color="black" size="2" face="Arial">
<img width="100" height="75" src="webcam.jpg" align="right" hspace="12" border="1">
Завдяки підприємству "<a href="http://www.ukrwest.net/" target="_blank">Piвненські Глобальні Мережі</a>" маємо можливість
ретранслювати зображення, що у реальному часi передається веб-камерою,
яка встановлена на Кінопалаці "Україна".<br><font color="red"><b>Увага трафік !!!</b></font>
</font>
<br><br><br>
<p align="center">
<p align="center">
<script language=JavaScript>
var BaseURL = "http://webcam.ukrwest.net/";
var DisplayWidth = "575";
var DisplayHeight = "431";
var File = "cam1";
var OcxFile = "AxisCamControl.cab";
var output = "";
if ((navigator.appName == "Microsoft Internet Explorer")&&(navigator.platform != "MacPPC")&&(navigator.platform != "Mac68k"))
{
output = "<OBJECT ID="CamImage" WIDTH="
output += DisplayWidth;
output += " HEIGHT=";
output += DisplayHeight;
output += " CLASSID=CLSID:917623D1-D8E5-11D2-BE8B-00104B06BDE3 ";
output += "CODEBASE="";
output += OcxFile;
output += "">";
output += "<PARAM NAME="URL" VALUE="";
output += BaseURL;
output += File;
output += ""><BR><B>Axis ActiveX Camera Control</B><BR>";
output += "The AXIS ActiveX Camera Control, which enables you ";
output += "to view live image streams in Microsoft Internet";
output += " Explorer, could not be registered on your computer.";
output += "<BR></OBJECT>";
}
else
{
output = "<IMG SRC="";
output += BaseURL;
output += File;
output += "" HEIGHT="";
output += DisplayHeight;
output += "" WIDTH="";
output += DisplayWidth;
output += "" ALT="Moving Image Stream">";
}
document.write(output);
</SCRIPT>
</p>
і т.д.