<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Рок-in-Рівне &#187; місто Рівне</title>
	<atom:link href="http://www.rockinrivne.com/tag/misto-rivne/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rockinrivne.com</link>
	<description>Рок життя міста Рівне, все буде Рок-н-Ролл</description>
	<lastBuildDate>Thu, 12 Jan 2012 22:29:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Рівне веб-камери</title>
		<link>http://www.rockinrivne.com/rivne-web-kamery/1686/</link>
		<comments>http://www.rockinrivne.com/rivne-web-kamery/1686/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 16:21:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Рівне]]></category>
		<category><![CDATA[веб-камера]]></category>
		<category><![CDATA[місто Рівне]]></category>
		<category><![CDATA[Ровно]]></category>

		<guid isPermaLink="false">http://www.rockinrivne.com/?p=1686</guid>
		<description><![CDATA[
Місто Рівне, майдан Незалежнсті:

[inline]

var BaseURL = "http://webcam.ukrwest.net/";
var DisplayWidth = "352";
var DisplayHeight = "288";
var File = "cam1";
var OcxFile = "AxisCamControl.cab";
var output = "";

if ((navigator.appName == "Microsoft Internet Explorer")&#038;&(navigator.platform != "MacPPC")&#038;&(navigator.platform != "Mac68k"))
{ 
output =  "";
output += "Axis ActiveX Camera Control";
output += "The AXIS ActiveX Camera Control, which enables you ";
output += "to view live image [...]]]></description>
			<content:encoded><![CDATA[<center>
<strong>Місто Рівне, майдан Незалежнсті:</strong>
<br><span id="more-1686"></span>
[inline]
<script language=JavaScript>
var BaseURL = "http://webcam.ukrwest.net/";
var DisplayWidth = "352";
var DisplayHeight = "288";
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>
</center>
<em>Джрело: www.ukrwest.net</em>
<br>
<br>
<br>
<center>
<strong>Рівне, майдан Незалежнсті:</strong>
<br>
<script LANGUAGE="JavaScript">
// Set the BaseURL to the URL of your camera
var BaseURL = "http://77.120.86.18/";

// DisplayWidth & DisplayHeight specifies the displayed width & height of the image.
// You may change these numbers, the effect will be a stretched or a shrunk image
var DisplayWidth = "352";
var DisplayHeight = "288";

// This is the path to the image generating file inside the camera itself
var File = "axis-cgi/mjpg/video.cgi?resolution=320x240";

function reloadImage()
{
  theDate = new Date();
  var url = BaseURL;
  url += File;
  url += '&dummy=' + theDate.getTime().toString(10);
  // The dummy above enforces a bypass of the browser image cache
  // Here we load the image
  document.theImage.src = url;

  // Reload the image every ten seconds (3000 ms)
  theTimer = setTimeout('reloadImage()', 3000);
}

// No changes required below this point
var output = "";
if ((navigator.appName == "Microsoft Internet Explorer") &&
   (navigator.platform != "MacPPC") && (navigator.platform != "Mac68k"))
{
  // If Internet Explorer under Windows then use ActiveX 
  output  = '<OBJECT ID="Player" width='
  output += DisplayWidth;
  output += ' height=';
  output += DisplayHeight;
  output += ' CLASSID="CLSID:DE625294-70E6-45ED-B895-CFFA13AEB044" ';
  output += 'CODEBASE="';
  output += BaseURL;
  output += 'activex/AMC.cab#version=4,1,5,1">';
  output += '<PARAM NAME="MediaURL" VALUE="';
  output += BaseURL;
  output += File + '">';
  output += '<param name="MediaType" value="mjpeg-unicast">';
  output += '<param name="ShowStatusBar" value="0">';
  output += '<param name="ShowToolbar" value="0">';
  output += '<param name="AutoStart" value="1">';
  output += '<param name="StretchToFit" value="1">';
  // Remove the // for the ptz settings below to use the code for click-in-image. 
     //  output += '<param name="PTZControlURL" value="';
     //  output += BaseURL;
     //  output += '/axis-cgi/com/ptz.cgi?camera=1">';
     //  output += '<param name="UIMode" value="ptz-relative">'; // or "ptz-absolute"
  output += '<BR><B>Axis Media Control</B><BR>';
  output += 'The AXIS Media 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 {
  // If not IE for Windows use the browser itself to display
  var File = "axis-cgi/jpg/image.cgi?resolution=CIF";
  // Force an immediate image load
  var theTimer = setTimeout('reloadImage()', 1);

  output  ='<img name="theImage" src="" height="' +    DisplayHeight + '"';
  output  += 'width="' + DisplayWidth + '" alt="Live image">';
}
document.write(output);
document.Player.ToolbarConfiguration = "play,+snapshot,+fullscreen"

</script>
</center>
<br>
<em>Джерело: Рівне 1: www.rivne1.tv</em>
[/inline] 
]]></content:encoded>
			<wfw:commentRss>http://www.rockinrivne.com/rivne-web-kamery/1686/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

