<?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>Video Chat Scripts &#187; Video Chat</title>
	<atom:link href="http://www.videochat-scripts.com/tag/video-chat/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.videochat-scripts.com</link>
	<description>Live Video, Web2.0, Rich Media, Custom Content</description>
	<lastBuildDate>Sat, 04 Feb 2012 16:06:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Integrating VideoWhisper Applications with other scripts</title>
		<link>http://www.videochat-scripts.com/integrating-videowhisper-applications-with-other-scripts/?&#038;owa_medium=feed&#038;owa_sid=</link>
		<comments>http://www.videochat-scripts.com/integrating-videowhisper-applications-with-other-scripts/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 16:00:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Video Chat]]></category>
		<category><![CDATA[Video Streaming]]></category>
		<category><![CDATA[authenticate]]></category>
		<category><![CDATA[authorize]]></category>
		<category><![CDATA[bridge]]></category>
		<category><![CDATA[channel]]></category>
		<category><![CDATA[editions]]></category>
		<category><![CDATA[integrate]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[live streaming]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[membership]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[users]]></category>
		<category><![CDATA[video conference]]></category>
		<category><![CDATA[video messenger]]></category>
		<category><![CDATA[video recorder]]></category>
		<category><![CDATA[videowhisper]]></category>

		<guid isPermaLink="false">http://www.videochat-scripts.com/?p=549</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/integrating-videowhisper-applications-with-other-scripts/' addthis:title='Integrating VideoWhisper Applications with other scripts '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>If you&#8217;re using a standard CMS like Drupal, WordPress, Joomla, Elgg, Moodle you can find some ready made integrations to start from, on VideoWhisper.com . Otherwise you should start from the plain php editions. All integrations include full php in source form, that can be downloaded for free from the downloads section (after registering a [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/integrating-videowhisper-applications-with-other-scripts/' addthis:title='Integrating VideoWhisper Applications with other scripts' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/integrating-videowhisper-applications-with-other-scripts/' addthis:title='Integrating VideoWhisper Applications with other scripts '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><p>If you&#8217;re using a standard CMS like Drupal, WordPress, Joomla, Elgg, Moodle you can find some ready made integrations to start from, on <a href="http://www.videowhisper.com/">VideoWhisper.com</a> . Otherwise you should start from the plain php editions.</p>
<p>All integrations include full php in source form, that can be downloaded for free from the <a href="http://www.videowhisper.com/download.php">downloads</a> section (after <a href="http://www.videowhisper.com/register.php">registering a free account</a>).<br />
Integration is not affected by the license. When domain is licensed flash application starts in full mode (without limitations and intrusive ads showing in flash interface).</p>
<p>Integration depends mainly on site developers and site logic. We recommend starting with the simple php editions when integrating with new scripts. If needed apps can be tweaked to call other types of scripts (asp, jsp). Most already include parameters to change external script call path and extension.<br />
<strong></strong></p>
<p>&nbsp;</p>
<p><strong>LOGIN</strong></p>
<p>Flash applications call scripts ( _login.php : vc_login.php, lb_login.php, r_login.php &#8230;) to get start up parameters, user information (grant access), update user status.<br />
These can be integrated as needed with site logic.<br />
In example the login script could check cookies/sessions depending on site authentication type and allow user to access if logged in. Also this could populate username, gender and user permissions depending on user type.</p>
<p>The flash applications can also be embed in any html pages or templates for 3rd party scripts and some parameters like room name can be passed via a swf parameter like .swf?room=Test . Then flash will call the external scripts like login script where integration can be done as mentioned above.</p>
<p>Details about these calls (including explanations for multiple parameters you can pass) are listed on the php edition pages from VideoWhisper website:<br />
<a href="http://www.videowhisper.com/?p=PHP-Video-Recorder-Script" rel="nofollow" target="_blank">http://www.videowhisper.com/?p=PHP-Video-Recorder-Script</a><br />
<a href="http://www.videowhisper.com/?p=PHP-Live-Streaming" rel="nofollow" target="_blank">http://www.videowhisper.com/?p=PHP-Live-Streaming</a><br />
<a href="http://www.videowhisper.com/?p=PHP-Video-Conference" rel="nofollow" target="_blank">http://www.videowhisper.com/?p=PHP-Video-Conference</a><br />
<a href="http://www.videowhisper.com/?p=PHP-Video-Consultation" rel="nofollow" target="_blank">http://www.videowhisper.com/?p=PHP-Video-Consultation</a><br />
<a href="http://www.videowhisper.com/?p=PHP-2-Way-Video-Chat" rel="nofollow" target="_blank">http://www.videowhisper.com/?p=PHP-2-Way-Video-Chat</a><br />
<a href="http://www.videowhisper.com/?p=PHP-Video-Messenger-Script" rel="nofollow" target="_blank">http://www.videowhisper.com/?p=PHP-Video-Messenger-Script<br />
</a><a href="http://www.videowhisper.com/?p=PHP-Video-Live-Support" rel="nofollow" target="_blank">http://www.videowhisper.com/?p=PHP-Video-Live-Support</a><a href="http://www.videowhisper.com/?p=PHP-Video-Messenger-Script" rel="nofollow" target="_blank"><br />
</a><a href="http://www.videowhisper.com/?p=Admin+Software">http://www.videowhisper.com/?p=Admin-Software</a><br />
<strong></strong></p>
<p>&nbsp;</p>
<p><strong>ONLINE SESSIONS</strong></p>
<p>The applications can show timer/credits info and also communicate with scripts enabling access/disconnecting users as needed but logic must be implemented by site developers.<br />
This can be used for keeping lists of online users, getting and controlling user time online.</p>
<p>If you want to integrate this functionality in your custom projects see php edition pages and references to the _status.php scripts for each.</p>
<h5></h5>
<p><strong>Sample: Implementing an online channels list for Live Streaming</strong></p>
<p>The php edition does not use any sql tables so you can easily install it and integrate with a database system of your choice.</p>
<p>You have to build the online channels list same way as it&#8217;s done for Joomla and WordPress:</p>
<p>Each broadcaster application calls lb_status.php (about each 10s depending on connection) . You need to add channel name to an online broadcasters table (mysql). If already there update access time to current time. Delete all rows that were not access recently (last 30s) because these users must have disconnected.</p>
<p>Here is how it&#8217;s done for wordpress integration:</p>
<p>$s=$_POST['s'];<br />
$u=$_POST['u'];<br />
$r=$_POST['r'];<br />
$m=$_POST['m'];</p>
<p>$ztime=time();</p>
<p>$sql = &#8220;SELECT * FROM $table_name where session=&#8217;$s&#8217; and status=&#8217;1&#8242;&#8221;;<br />
$session = $wpdb-&gt;get_row($sql);<br />
if (!$session)<br />
{<br />
$sql=&#8221;INSERT INTO `$table_name` ( `session`, `username`, `room`, `message`, `sdate`, `edate`, `status`, `type`) VALUES (&#8216;$s&#8217;, &#8216;$u&#8217;, &#8216;$r&#8217;, &#8216;$m&#8217;, $ztime, $ztime, 1, 1)&#8221;;<br />
$wpdb-&gt;query($sql);<br />
}<br />
else<br />
{<br />
$sql=&#8221;UPDATE `$table_name` set edate=$ztime, room=&#8217;$r&#8217;, username=&#8217;$u&#8217;, message=&#8217;$m&#8217; where session=&#8217;$s&#8217; and status=&#8217;1&#8242;&#8221;;<br />
$wpdb-&gt;query($sql);<br />
}</p>
<p>$exptime=$ztime-30;<br />
$sql=&#8221;DELETE FROM `$table_name` WHERE edate &lt; $exptime&#8221;;<br />
$wpdb-&gt;query($sql);</p>
<p>This table is used:<br />
CREATE TABLE `$table_name` (<br />
`id` int(11) NOT NULL auto_increment,<br />
`session` varchar(64) NOT NULL,<br />
`username` varchar(64) NOT NULL,<br />
`room` varchar(64) NOT NULL,<br />
`message` text NOT NULL,<br />
`sdate` int(11) NOT NULL,<br />
`edate` int(11) NOT NULL,<br />
`status` tinyint(4) NOT NULL,<br />
`type` tinyint(4) NOT NULL,<br />
PRIMARY KEY  (`id`),<br />
KEY `status` (`status`),<br />
KEY `type` (`type`),<br />
KEY `room` (`room`)<br />
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT=&#8217;Video Whisper: Sessions &#8211; <a href="mailto:2009@videowhisper.com">2009@videowhisper.com</a>&#8216; AUTO_INCREMENT=1 ;&#8221;;</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/integrating-videowhisper-applications-with-other-scripts/' addthis:title='Integrating VideoWhisper Applications with other scripts' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.videochat-scripts.com/integrating-videowhisper-applications-with-other-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online Video Consultation Solution by VideoWhisper</title>
		<link>http://www.videochat-scripts.com/online-video-consultation-solution-by-videowhisper/?&#038;owa_medium=feed&#038;owa_sid=</link>
		<comments>http://www.videochat-scripts.com/online-video-consultation-solution-by-videowhisper/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 01:06:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Video Chat]]></category>
		<category><![CDATA[Video Streaming]]></category>
		<category><![CDATA[2 way]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[coaching]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[consultation]]></category>
		<category><![CDATA[e-learning]]></category>
		<category><![CDATA[file sharing]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[high definition]]></category>
		<category><![CDATA[inquirer]]></category>
		<category><![CDATA[instant]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[moderation]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[red5]]></category>
		<category><![CDATA[room]]></category>
		<category><![CDATA[seminar]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[speaker]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[video conference]]></category>
		<category><![CDATA[videopresence]]></category>
		<category><![CDATA[webcam]]></category>
		<category><![CDATA[webinar]]></category>

		<guid isPermaLink="false">http://www.videochat-scripts.com/?p=103</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/online-video-consultation-solution-by-videowhisper/' addthis:title='Online Video Consultation Solution by VideoWhisper '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>VideoWhisper Video Consultation is a premium high definition video communication software designed for online video consultations, trainings, webinars, coaching and online collaboration. It was designed for few to many 2 way moderated video communication. Moderators control what participant is displayed on main screen (speaker) and can also add an additional participant (inquirer) to ask questions [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/online-video-consultation-solution-by-videowhisper/' addthis:title='Online Video Consultation Solution by VideoWhisper' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/online-video-consultation-solution-by-videowhisper/' addthis:title='Online Video Consultation Solution by VideoWhisper '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><p><em>VideoWhisper <a href="http://www.videowhisper.com/?p=Video+Consultation"><strong>Video Consultation</strong></a></em> is a premium high definition video communication software designed for online <strong>video consultations</strong>, <strong>trainings</strong>, <strong>webinars</strong>, <strong>coaching</strong> and <strong>online collaboration</strong>.</p>
<p>It was designed for few to many 2 way moderated video communication. Moderators control what participant is displayed on main screen (speaker) and can also add an additional participant (inquirer) to ask questions or assist. Participants can change their public status (i.e. request to speak), upload and download room files, text and video chat.</p>
<div>
<p><a href="http://www.videowhisper.com/?p=Video+Consultation"><img src="http://www.videowhisper.com/snaps/vcons_371x275.jpg" border="0" alt="Online Video Consultation Software" width="371" height="274" /></a></div>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/online-video-consultation-solution-by-videowhisper/' addthis:title='Online Video Consultation Solution by VideoWhisper' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.videochat-scripts.com/online-video-consultation-solution-by-videowhisper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VideoWhisper 2 Way Video Chat Script</title>
		<link>http://www.videochat-scripts.com/videowhisper-2-way-video-chat-script/?&#038;owa_medium=feed&#038;owa_sid=</link>
		<comments>http://www.videochat-scripts.com/videowhisper-2-way-video-chat-script/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 01:41:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Video Chat]]></category>
		<category><![CDATA[1 on 1]]></category>
		<category><![CDATA[2 way]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[audion]]></category>
		<category><![CDATA[av]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[communicate]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[demonstrate]]></category>
		<category><![CDATA[emoticons]]></category>
		<category><![CDATA[encounter]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[hd]]></category>
		<category><![CDATA[high definition]]></category>
		<category><![CDATA[instant]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[meeting]]></category>
		<category><![CDATA[one on one]]></category>
		<category><![CDATA[private]]></category>
		<category><![CDATA[quality]]></category>
		<category><![CDATA[red5]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[rtmp]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[telepresence]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[timer]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[videochat]]></category>
		<category><![CDATA[videopresence]]></category>
		<category><![CDATA[videowhisper]]></category>

		<guid isPermaLink="false">http://www.videochat-scripts.com/?p=98</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/videowhisper-2-way-video-chat-script/' addthis:title='VideoWhisper 2 Way Video Chat Script '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>VideoWhisper 2 Way Video Chat is a premium high definition video communication software designed for instant 1 on 1 online video conferencing. It&#8217;s a solution for conducting easy to setup face to face meetings without leaving your office or home. It&#8217;s the easiest and most cost-effective way to meet somebody and discuss one on one. [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/videowhisper-2-way-video-chat-script/' addthis:title='VideoWhisper 2 Way Video Chat Script' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/videowhisper-2-way-video-chat-script/' addthis:title='VideoWhisper 2 Way Video Chat Script '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><p><a href="http://www.videowhisper.com/?p=2+Way+Video+Chat"><img src="http://www.videowhisper.com/snaps/2wvc_371x275.jpg" border="0" alt="One on One 2 Way Video Chat Script" width="250" align="right" /></a><br />
<em>VideoWhisper 2 Way Video Chat</em> is a premium high definition video communication software designed for instant 1 on 1 online video conferencing. It&#8217;s a solution for conducting easy to setup face to face meetings without leaving your office or home. It&#8217;s the easiest and most cost-effective way to meet somebody and discuss one on one. Here are 12 ways to use this:</p>
<ol>
<li><em>have meetings on short notice with individuals in faraway places</em></li>
<li><em>conduct sales presentations without traveling</em></li>
<li><em>manage  employees remotely when you are not in the office</em></li>
<li><em>bring any partner or specialist employee  virtually to any meeting you physically attend to</em></li>
<li><em>demonstrate products and software without traveling</em></li>
<li><em>train customers, partners and employees on remote locations</em></li>
<li><em>have employees work from home even if they are on another continent</em></li>
<li><em>communicate from many business airlines that provide internet while mobiles are not functional</em></li>
<li><em>talk face to face to  new employees or business partners from far away locations before doing any travelling</em></li>
<li><em>communicate face to face from  anywhere you find an internet connection for your laptop</em></li>
<li><em> remote professional consultations and advice</em></li>
<li><em>avoid dangerous or just boring locations and persons</em></li>
</ol>
<p>Read more about the <a href="http://www.videowhisper.com/?p=2+Way+Video+Chat">2 Way Video Chat</a> software&#8230;</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/videowhisper-2-way-video-chat-script/' addthis:title='VideoWhisper 2 Way Video Chat Script' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.videochat-scripts.com/videowhisper-2-way-video-chat-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Red5 Hosting for Video Chat Scripts</title>
		<link>http://www.videochat-scripts.com/red5-hosting-for-video-chat-scripts/?&#038;owa_medium=feed&#038;owa_sid=</link>
		<comments>http://www.videochat-scripts.com/red5-hosting-for-video-chat-scripts/#comments</comments>
		<pubDate>Sat, 16 May 2009 09:33:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Video Chat]]></category>
		<category><![CDATA[dedicated ip]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[managed]]></category>
		<category><![CDATA[premium]]></category>
		<category><![CDATA[red]]></category>
		<category><![CDATA[red5]]></category>
		<category><![CDATA[rtmp]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[videochat]]></category>

		<guid isPermaLink="false">http://www.videochat-scripts.com/?p=70</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/red5-hosting-for-video-chat-scripts/' addthis:title='Red5 Hosting for Video Chat Scripts '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>VideoGirls BiZ offers premium red5 hosting plans for video chat scripts. The Red5 setup is 100% managed so you do not have anything to worry about as on vps hosts where you have to install each application yourself and restart the service or even configure, upgrade, install new linux software trough the shell. Premium videochat [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/red5-hosting-for-video-chat-scripts/' addthis:title='Red5 Hosting for Video Chat Scripts' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/red5-hosting-for-video-chat-scripts/' addthis:title='Red5 Hosting for Video Chat Scripts '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><p><a href="http://www.videogirls.biz/">VideoGirls BiZ</a> offers premium <a href="http://www.videogirls.biz/view.php?p=Videochat+Script+Hosting">red5 hosting plans</a> for video chat scripts. The Red5 setup is 100% managed so you do not have anything to worry about as on vps hosts where you have to install each application yourself and restart the service or even configure, upgrade, install new linux software trough the shell.</p>
<p><span id="more-70"></span>Premium videochat script hosting plans includes:</p>
<ul>
<li>Unlimited RTMP hosting on Red5<br />
<span style="color: #808080;">That means streaming can use as much bandwidht as available per plan and there are no limitations for the number of simultaneous connections (other that server load).</span></li>
<li>Dedicated IP</li>
<li>Managed setup of Red5 application</li>
<li>1 Free Script Installation<br />
<span style="color: #808080;"><em>Limited to datetopia, videogirls, videowhisper scripts only.</em></span></li>
<li>CPanel</li>
<li>Setup of RTMP application</li>
</ul>
<p>You can also check <a href="http://www.videowhisper.com/?p=Red5+Hosting">Red5 Hosting</a> on Videowhisper.</p>
<table border="0" cellspacing="1" cellpadding="5" align="center">
<tbody>
<tr>
<td align="center"><strong>Premium Hosting Plans</strong></td>
<td align="center" bgcolor="#64ca8f"><span style="color: #ffffff;"><strong>Premium 1</strong></span></td>
<td align="center" bgcolor="#7cd67a"><span style="color: #ffffff;"><strong>Premium 2</strong></span></td>
<td align="center" bgcolor="#b1d088"><span style="color: #ffffff;"><strong>Premium 3</strong></span></td>
<td align="center" bgcolor="#e0af8f"><span style="color: #ffffff;"><strong>Premium 4</strong></span></td>
</tr>
<tr>
<td align="right" bgcolor="#f0f0f0">Space</td>
<td align="center" bgcolor="#e1ffed">10 000 Mb</td>
<td align="center" bgcolor="#e2ffe1">15 000 Mb</td>
<td align="center" bgcolor="#f2ffe1">30 000 Mb</td>
<td align="center" bgcolor="#ffefdf">50 000 Mb</td>
</tr>
<tr>
<td align="right" bgcolor="#f0f0f0">Bandwidth</td>
<td align="center" bgcolor="#e1ffed">200 Gb</td>
<td align="center" bgcolor="#e2ffe1">300 Gb</td>
<td align="center" bgcolor="#f2ffe1">600 Gb</td>
<td align="center" bgcolor="#ffefdf">1000 Gb</td>
</tr>
<tr>
<td align="right" bgcolor="#f7f7ea">Monthly Price</td>
<td align="center" bgcolor="#e1ffed">$50</td>
<td align="center" bgcolor="#e2ffe1">$60</td>
<td align="center" bgcolor="#f2ffe1">$75</td>
<td align="center" bgcolor="#ffefdf">$100</td>
</tr>
</tbody>
</table>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/red5-hosting-for-video-chat-scripts/' addthis:title='Red5 Hosting for Video Chat Scripts' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.videochat-scripts.com/red5-hosting-for-video-chat-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pay Per View Video Chat Software Update for VideoGirls.BiZ</title>
		<link>http://www.videochat-scripts.com/pay-per-view-video-chat-software-update-for-videogirlsbiz/?&#038;owa_medium=feed&#038;owa_sid=</link>
		<comments>http://www.videochat-scripts.com/pay-per-view-video-chat-software-update-for-videogirlsbiz/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 06:36:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Video Chat]]></category>
		<category><![CDATA[adult]]></category>
		<category><![CDATA[discounts]]></category>
		<category><![CDATA[fms]]></category>
		<category><![CDATA[pay per minute]]></category>
		<category><![CDATA[pay per view]]></category>
		<category><![CDATA[ppm]]></category>
		<category><![CDATA[ppv]]></category>
		<category><![CDATA[promotions]]></category>
		<category><![CDATA[red5]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[sale]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[webcam chat]]></category>

		<guid isPermaLink="false">http://www.videochat-scripts.com/?p=34</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/pay-per-view-video-chat-software-update-for-videogirlsbiz/' addthis:title='Pay Per View Video Chat Software Update for VideoGirls.BiZ '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>January 2009 Updates: + New dark themed template added: VideoGirls Dark; + Performer ID verification including photos; + Video recordings on profile page; + Updated live video streaming on profile page and live preview on chat page; + Targetted registration links for each user category (member, performer, operator, affiliate); + More demo videos showing the [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/pay-per-view-video-chat-software-update-for-videogirlsbiz/' addthis:title='Pay Per View Video Chat Software Update for VideoGirls.BiZ' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/pay-per-view-video-chat-software-update-for-videogirlsbiz/' addthis:title='Pay Per View Video Chat Software Update for VideoGirls.BiZ '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><p><strong><a href="http://www.videogirls.biz/view.php?p=Demo"><img class="alignright" style="border: 0pt none;" src="http://www.videogirls.biz/images/snap_darkred.jpg" border="0" alt="PPV Video Chat Software" width="371" height="275" align="absmiddle" /></a>January 2009 Updates</strong>:<br />
<strong></strong><em>+ New dark themed template added: VideoGirls Dark;<br />
+              Performer ID verification including photos;<br />
+ Video recordings on profile page;<br />
+ Updated live video streaming on profile page and live preview on chat page;<br />
+ Targetted registration links for each user category (member, performer, operator, affiliate);<br />
+ More demo videos showing the features.<br />
</em><a href="http://www.videogirls.biz/view.php?p=Demo"><strong><em>See video and live demos&#8230;</em></strong></a></p>
<p><strong>Promotions</strong><strong><br />
</strong>+<a href="http://www.videogirls.biz/view.php?p=Invest"> Hosted Yearly License</a> for <span style="color: #009933;"><strong>just $499</strong></span><em><span style="color: #ff3366; font-size: xx-small;"> <strong>NEW</strong></span></em> (web &amp; streaming hosting)<br />
+ <a href="http://www.videogirls.biz/view.php?p=Invest"> 1 Year license</a> for <span style="color: #009933;"><strong>just $299</strong></span><strong><br />
</strong>+ <a href="http://www.videogirls.biz/view.php?p=Invest"> Purchase License</a> and get 4 months free startup hosting (web &amp; streaming hosting).<strong> </strong></p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/pay-per-view-video-chat-software-update-for-videogirlsbiz/' addthis:title='Pay Per View Video Chat Software Update for VideoGirls.BiZ' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.videochat-scripts.com/pay-per-view-video-chat-software-update-for-videogirlsbiz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Desktop Screen Sharing with Flash Video Chat Software</title>
		<link>http://www.videochat-scripts.com/screen-sharing-with-flash-video-chat-software/?&#038;owa_medium=feed&#038;owa_sid=</link>
		<comments>http://www.videochat-scripts.com/screen-sharing-with-flash-video-chat-software/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 13:54:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Video Chat]]></category>
		<category><![CDATA[desktop sharing]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[screen sharing]]></category>
		<category><![CDATA[share desktop]]></category>
		<category><![CDATA[share screen]]></category>
		<category><![CDATA[webcam]]></category>
		<category><![CDATA[webcam emulator]]></category>
		<category><![CDATA[webcam simulator]]></category>

		<guid isPermaLink="false">http://www.videochat-scripts.com/?p=22</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/screen-sharing-with-flash-video-chat-software/' addthis:title='Desktop Screen Sharing with Flash Video Chat Software '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>Screen sharing requires a driver to capture the screen and simulate a webcam. There are multiple webcam simulation drivers of this type, commercial and free software packages. With the screen capture driver enabled you just have to select the new &#8220;webcam&#8221; in flash (right click the flash and select from settings in any flash video [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/screen-sharing-with-flash-video-chat-software/' addthis:title='Desktop Screen Sharing with Flash Video Chat Software' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/screen-sharing-with-flash-video-chat-software/' addthis:title='Desktop Screen Sharing with Flash Video Chat Software '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><p>Screen sharing requires a driver to capture the screen and simulate a webcam. There are multiple webcam simulation drivers of this type, commercial and free software packages.<br />
With the screen capture driver enabled you just have to select the new &#8220;webcam&#8221; in flash (right click the flash and select from settings in any flash video chat software).<br />
Only the user that shares his screen needs to have this type of driver installed. Those running tutoring, consultation, support websites can purchase a commercial software package that includes this type of driver (i.e. Camtasia Recorder with the Live Output feature). Most drivers allow defining a zone to capture and even resizing the output. Chat applications usually require a 320&#215;240 webcam stream at 15fps so you should configure output to that if possible.</p>
<p>Scree sharing solutions:<br />
<a href="http://www.splitmedialabs.com/media-toolkits/vh-video-sdk/vh-screen-capture" target="_blank">VH Screen Capture Driver</a> &#8211; free for personal use<br />
<a href="http://www.umediaserver.net/umediaserver/download.html" target="_blank">UScreenCapture</a> &#8211; look for Add-ons: Screen Capture DirectShow source filter<br />
<a href="http://www.mreplay.com/broadcast/">MReplay Broadcast</a> &#8211; screen sharing driver as service, register on their site to use<br />
<a href="http://www.webcammax.com/">Webcam Max</a> &#8211; webcam effects, screen sharing, recording, play video, draw on video, picture in picture<br />
<a href="http://www.fakewebcam.com/Demo.asp">Fake Webcam</a> &#8211; allows screen sharing or playing video<br />
<a href="http://software.muzychenko.net/eng/vac.html">Virtual Audio Cable</a> &#8211; simulates sound device</p>
<p>Another popular method for screen sharing (as seen on youtube), but less professional is pointing your webcam to the screen. <img src='http://www.videochat-scripts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Here is an older test with the VH Screen Capture driver:<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/nzRzSuxmgd8&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/nzRzSuxmgd8&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div id="_mcePaste" class="mcePaste" style="position: absolute; left: -10000px; top: 54px; width: 1px; height: 1px; overflow: hidden;">
<p><em><span style="text-decoration: underline;">dd-Ons:</span></em><strong>Screen Capture DirectShow source filter. </strong></p>
</div>
<p>&nbsp;</p>
<p>For best screen sharing use 2 monitors (ie. laptop screen + external monitor): on one you put the application,  window or element that you want to share, on the other you put the Flash  video chat application which most probably will also display your  screen video feed using the screen-share driver.</p>
<p>Screen size and video streaming size are not the same: The screen sharing driver might capture the entire screen ie 1920&#215;1080 or a zone, but the video  chat software might request only a lower  ie 320×240 area.<br />
Different drivers have different ways of handling this:<br />
1) stretch down the whole screen to fit 320×240 or<br />
2)  provide only the 320×240 area around the mouse (VH) or<br />
3) provide only  the 420×240 area around the center of the screen (Live Output and  UScreenCapture).</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/screen-sharing-with-flash-video-chat-software/' addthis:title='Desktop Screen Sharing with Flash Video Chat Software' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.videochat-scripts.com/screen-sharing-with-flash-video-chat-software/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Video Conference Plugin for WordPress by VideoWhisper</title>
		<link>http://www.videochat-scripts.com/video-conference-plugin-for-wordpress-by-videowhisper/?&#038;owa_medium=feed&#038;owa_sid=</link>
		<comments>http://www.videochat-scripts.com/video-conference-plugin-for-wordpress-by-videowhisper/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 00:53:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Video Chat]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[file sharing]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[video conference]]></category>
		<category><![CDATA[videowhisper]]></category>
		<category><![CDATA[webcam]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://videochat-scripts.com/?p=11</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/video-conference-plugin-for-wordpress-by-videowhisper/' addthis:title='Video Conference Plugin for WordPress by VideoWhisper '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>To test the video conference plugin just register an account on this website and click the video conference link from the right panel. Video Conference, Video Chat and Instant File Sharing Plugin for WordPress + Read more about the Video Conference WordPress Plugin on the VideoWhisper website + Download the Free WordPress Video Conference Edition [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/video-conference-plugin-for-wordpress-by-videowhisper/' addthis:title='Video Conference Plugin for WordPress by VideoWhisper' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/video-conference-plugin-for-wordpress-by-videowhisper/' addthis:title='Video Conference Plugin for WordPress by VideoWhisper '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><p>To test the video conference plugin just register an account on this website and click the video conference link from the right panel.</p>
<p><strong>Video Conference, Video Chat and Instant File Sharing Plugin for WordPress</strong></p>
<p>+ Read more about the <a href="http://www.videowhisper.com/?p=WordPress+Video+Conference">Video Conference WordPress Plugin </a>on the VideoWhisper website<br />
+ Download the <a href="http://www.videowhisper.com/download.php">Free WordPress Video Conference Edition</a> (requires registering a free account)</p>
<p><strong>WordPress  Integration</strong></p>
<p>VideoWhisper.com  setup a simple integration that  uses the WordPress username to login existing users into the simple <a href="http://www.videowhisper.com/?p=PHP+Video+Conference">php only</a> version of their video conference software &#8211; the edition easiest to customize and integrate with any website. If the user is not logged into WordPress a warning message is shown and the visitor can click that to get back to the main WordPress website for registration/login.</p>
<p>VideoWhisper also  included a plugin that provides a linking widget. You can use that or directly add a link to &#8220;http://www.yoursite.com/videowhisper_conference/&#8221; .</p>
<p><strong>Installation Instructions</strong></p>
<p>1. Copy contents of com_videowhisper_conference\fms_applications in zip file to your applications folder in your fms installation folder. This step is not required if you use their <a href="http://www.videowhisper.com/?p=Invest">video conference rental with hosting</a> or <a href="http://www.videowhisper.com/?p=RTMP+Hosting">managed rmtp hosting</a> plans.<br />
2. Copy the files from the zip file including folder structure to your public website location.<br />
3. Fill the fms application path in videowhisper_conference/settings.php.<br />
4. Enable the plugin and link widget or directly add the link to the videowhisper_conference folder.</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/video-conference-plugin-for-wordpress-by-videowhisper/' addthis:title='Video Conference Plugin for WordPress by VideoWhisper' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.videochat-scripts.com/video-conference-plugin-for-wordpress-by-videowhisper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VideoWhisper Video Conference</title>
		<link>http://www.videochat-scripts.com/videowhisper-video-conference/?&#038;owa_medium=feed&#038;owa_sid=</link>
		<comments>http://www.videochat-scripts.com/videowhisper-video-conference/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 00:44:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Video Chat]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[file sharing]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[fmis]]></category>
		<category><![CDATA[fms]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[video conference]]></category>
		<category><![CDATA[Video Streaming]]></category>
		<category><![CDATA[videowhisper]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://videochat-scripts.com/?p=4</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/videowhisper-video-conference/' addthis:title='VideoWhisper Video Conference '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>VideoWhisper Video Conference is a modern multiple way video chat and real time file sharing tool. It can be used stand alone or integrated to existing sites. Using latest AS3 technology it provides better speed and stability compared to similar older software. Data (rooms, settings) and user interface (skins, icons, sounds) is loaded from external [...]<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/videowhisper-video-conference/' addthis:title='VideoWhisper Video Conference' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></description>
			<content:encoded><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://www.videochat-scripts.com/videowhisper-video-conference/' addthis:title='VideoWhisper Video Conference '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div><p>VideoWhisper Video Conference is a modern multiple way video chat and real time file sharing tool. It can be used stand alone or integrated to existing sites.</p>
<div id="attachment_6" class="wp-caption alignright" style="width: 381px"><a href="http://www.videowhisper.com/?p=Video+Conference"><img class="size-full wp-image-6" title="VideoWhisper Video Conference Software" src="http://videochat-scripts.com/wp-content/uploads/2009/01/vc_371x2751.jpg" alt="VideoWhisper Video Conference Software" width="371" height="275" /></a><p class="wp-caption-text">VideoWhisper Video Conference Software</p></div>
<p>Using latest AS3 technology it provides better speed and stability compared to similar older software. Data (rooms, settings) and user interface (skins, icons, sounds) is loaded from external files that can be edited or replaced allowing webmasters and developers to easily customize the user experience.</p>
<p>This software is great for meetings, trainings, conferences, live events, recruiting, consultations, coaching and of course casual community chat.</p>
<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.videochat-scripts.com/videowhisper-video-conference/' addthis:title='VideoWhisper Video Conference' ><a class="addthis_button_facebook_like"></a><a class="addthis_button_google_plusone"></a><a class="addthis_button_twitter"></a><a class="addthis_button_tweetmeme"></a><a class="addthis_button_google"></a><a class="addthis_button_facebook"></a><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_compact"></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.videochat-scripts.com/videowhisper-video-conference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

