<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: LocalServiceConnection (FlashLCS) demo</title>
	<atom:link href="http://pv3d.org/2009/03/06/localserviceconnection-flashlcs-dem/feed/" rel="self" type="application/rss+xml" />
	<link>http://pv3d.org/2009/03/06/localserviceconnection-flashlcs-dem/</link>
	<description>Papervision3D, ActionScript, and Flex examples and tutorials by John Lindquist</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:26:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Splengy</title>
		<link>http://pv3d.org/2009/03/06/localserviceconnection-flashlcs-dem/comment-page-1/#comment-1609</link>
		<dc:creator>Splengy</dc:creator>
		<pubDate>Tue, 21 Apr 2009 22:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://pv3d.org/?p=425#comment-1609</guid>
		<description>kind of broken link alert.
http://dl.getdropbox.com/u/132579/sites/pv3d.org/localserviceconnection/LocalConnectionServiceTop.zip

is not linked to the top source link, common sense brought me to the correct addy.
just an FYI, now lets see if i can make it work
:)</description>
		<content:encoded><![CDATA[<p>kind of broken link alert.<br />
<a href="http://dl.getdropbox.com/u/132579/sites/pv3d.org/localserviceconnection/LocalConnectionServiceTop.zip" rel="nofollow">http://dl.getdropbox.com/u/132579/sites/pv3d.org/localserviceconnection/LocalConnectionServiceTop.zip</a></p>
<p>is not linked to the top source link, common sense brought me to the correct addy.<br />
just an FYI, now lets see if i can make it work<br />
 <img src='http://pv3d.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 無制限に双方向通信が可能なLocalConnectionクラス「FlashLCS」 &#124; alt</title>
		<link>http://pv3d.org/2009/03/06/localserviceconnection-flashlcs-dem/comment-page-1/#comment-996</link>
		<dc:creator>無制限に双方向通信が可能なLocalConnectionクラス「FlashLCS」 &#124; alt</dc:creator>
		<pubDate>Fri, 13 Mar 2009 02:47:05 +0000</pubDate>
		<guid isPermaLink="false">http://pv3d.org/?p=425#comment-996</guid>
		<description>[...] こちらで「FlashLCS」という新しいLocalConnectionライブラリが言及されています。  ライブラリのダウンロード先： http://code.google.com/p/flashlcs/  ライブラリの特長： * 従来のLocalConnectionに必要なソースコードと作業時間を劇的に短縮します。 * 同じコンピュータ上で動きながら、2つのFlash間で無制限な双方向通信を可能にします。 * Flashプラットフォームのための新しい可能性を拡げます。デスクトップアプリケーション同士やブラウザでマルチスレッド化されたFlashアプリケーションの通信も。   残念なことにライブラリに付属のサンプルソースにCS3版があったのに 現在はCS4とFlexBuilder3のみになっています。 僕は事前に落としておいたのでCS3で試してみます。  サンプル手順： 1. 以下に300&#215;300の片方のFlashを表示させます。 2. シフトキーを押しながらこの リンク をクリックして新規ブラウザを開きます。 3. 新規ブラウザで開いたもう一方のFlashが画像をロードします。 4. 画像データをByteArrayに突っ込んでLocalConnectionServiceを通して以下のFlash上に表示させます。 　　以下のFlashからは毎秒もう一方のFlashのマウス位置周辺画像を取得しにいくようになってます。      サンプルソース   ＜これまでのLocalConnectionの物理制限＞  * 40KBの限界 （LocalConnectionを通して送られた通信量は40KBの限界だった。これ以上はランタイム・エラーを起こします）  * 片方向通信 （LocalConnectionを通したすべてのコミュニケーションが一方向だった）   FlashLCS（LocalConnectionService）はそれらの制限を解決してくれます。 こういうのはもっと実用的なサンプルを作ると使い道がはっきりしてきそうです。 AIR同士の連携とかで威力を発揮するのかな～。  Papervision3Dの人もサンプル作ってますYO。 ※このページを開いたままにしておくと、下記ページのFlashは機能しないのでご注意を。 http://pv3d.org/2009/03/06/localserviceconnection-flashlcs-dem/ [...]</description>
		<content:encoded><![CDATA[<p>[...] こちらで「FlashLCS」という新しいLocalConnectionライブラリが言及されています。  ライブラリのダウンロード先： <a href="http://code.google.com/p/flashlcs/" rel="nofollow">http://code.google.com/p/flashlcs/</a>  ライブラリの特長： * 従来のLocalConnectionに必要なソースコードと作業時間を劇的に短縮します。 * 同じコンピュータ上で動きながら、2つのFlash間で無制限な双方向通信を可能にします。 * Flashプラットフォームのための新しい可能性を拡げます。デスクトップアプリケーション同士やブラウザでマルチスレッド化されたFlashアプリケーションの通信も。   残念なことにライブラリに付属のサンプルソースにCS3版があったのに 現在はCS4とFlexBuilder3のみになっています。 僕は事前に落としておいたのでCS3で試してみます。  サンプル手順： 1. 以下に300&#215;300の片方のFlashを表示させます。 2. シフトキーを押しながらこの リンク をクリックして新規ブラウザを開きます。 3. 新規ブラウザで開いたもう一方のFlashが画像をロードします。 4. 画像データをByteArrayに突っ込んでLocalConnectionServiceを通して以下のFlash上に表示させます。 　　以下のFlashからは毎秒もう一方のFlashのマウス位置周辺画像を取得しにいくようになってます。      サンプルソース   ＜これまでのLocalConnectionの物理制限＞  * 40KBの限界 （LocalConnectionを通して送られた通信量は40KBの限界だった。これ以上はランタイム・エラーを起こします）  * 片方向通信 （LocalConnectionを通したすべてのコミュニケーションが一方向だった）   FlashLCS（LocalConnectionService）はそれらの制限を解決してくれます。 こういうのはもっと実用的なサンプルを作ると使い道がはっきりしてきそうです。 AIR同士の連携とかで威力を発揮するのかな～。  Papervision3Dの人もサンプル作ってますYO。 ※このページを開いたままにしておくと、下記ページのFlashは機能しないのでご注意を。 <a href="http://pv3d.org/2009/03/06/localserviceconnection-flashlcs-dem/" rel="nofollow">http://pv3d.org/2009/03/06/localserviceconnection-flashlcs-dem/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://pv3d.org/2009/03/06/localserviceconnection-flashlcs-dem/comment-page-1/#comment-968</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 10 Mar 2009 22:29:29 +0000</pubDate>
		<guid isPermaLink="false">http://pv3d.org/?p=425#comment-968</guid>
		<description>yep it does not work well on safari 4.</description>
		<content:encoded><![CDATA[<p>yep it does not work well on safari 4.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeramy</title>
		<link>http://pv3d.org/2009/03/06/localserviceconnection-flashlcs-dem/comment-page-1/#comment-945</link>
		<dc:creator>Jeramy</dc:creator>
		<pubDate>Mon, 09 Mar 2009 22:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://pv3d.org/?p=425#comment-945</guid>
		<description>I swear you are my guardian angel.  You post this stuff right when I need it.  Amazing.</description>
		<content:encoded><![CDATA[<p>I swear you are my guardian angel.  You post this stuff right when I need it.  Amazing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bojan</title>
		<link>http://pv3d.org/2009/03/06/localserviceconnection-flashlcs-dem/comment-page-1/#comment-930</link>
		<dc:creator>bojan</dc:creator>
		<pubDate>Mon, 09 Mar 2009 09:09:52 +0000</pubDate>
		<guid isPermaLink="false">http://pv3d.org/?p=425#comment-930</guid>
		<description>It&#039;s not working good in Opera. I guess it&#039;s their problem, but I thought that you may want to know that.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not working good in Opera. I guess it&#8217;s their problem, but I thought that you may want to know that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Lindquist</title>
		<link>http://pv3d.org/2009/03/06/localserviceconnection-flashlcs-dem/comment-page-1/#comment-922</link>
		<dc:creator>John Lindquist</dc:creator>
		<pubDate>Sun, 08 Mar 2009 22:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://pv3d.org/?p=425#comment-922</guid>
		<description>&quot;Local&quot; means two swfs open at the same time on the same computer.</description>
		<content:encoded><![CDATA[<p>&#8220;Local&#8221; means two swfs open at the same time on the same computer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gordee</title>
		<link>http://pv3d.org/2009/03/06/localserviceconnection-flashlcs-dem/comment-page-1/#comment-921</link>
		<dc:creator>gordee</dc:creator>
		<pubDate>Sun, 08 Mar 2009 21:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://pv3d.org/?p=425#comment-921</guid>
		<description>Its still cool though! How about LAN&#039;s?</description>
		<content:encoded><![CDATA[<p>Its still cool though! How about LAN&#8217;s?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Monkey</title>
		<link>http://pv3d.org/2009/03/06/localserviceconnection-flashlcs-dem/comment-page-1/#comment-889</link>
		<dc:creator>Monkey</dc:creator>
		<pubDate>Sun, 08 Mar 2009 02:13:13 +0000</pubDate>
		<guid isPermaLink="false">http://pv3d.org/?p=425#comment-889</guid>
		<description>Ah - yeh my bad! lol</description>
		<content:encoded><![CDATA[<p>Ah &#8211; yeh my bad! lol</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TK</title>
		<link>http://pv3d.org/2009/03/06/localserviceconnection-flashlcs-dem/comment-page-1/#comment-873</link>
		<dc:creator>TK</dc:creator>
		<pubDate>Sat, 07 Mar 2009 01:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://pv3d.org/?p=425#comment-873</guid>
		<description>Lol, it&#039;s called a LocalConnection. Usually that implies that it would be local. 

Try Red5 on for size: http://code.google.com/p/red5</description>
		<content:encoded><![CDATA[<p>Lol, it&#8217;s called a LocalConnection. Usually that implies that it would be local. </p>
<p>Try Red5 on for size: <a href="http://code.google.com/p/red5" rel="nofollow">http://code.google.com/p/red5</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Monkey</title>
		<link>http://pv3d.org/2009/03/06/localserviceconnection-flashlcs-dem/comment-page-1/#comment-871</link>
		<dc:creator>Monkey</dc:creator>
		<pubDate>Fri, 06 Mar 2009 23:49:04 +0000</pubDate>
		<guid isPermaLink="false">http://pv3d.org/?p=425#comment-871</guid>
		<description>Totaly Bad Ass! i cannot wait to start playing with this as the posibilitys are endless - could this work between two users in seperate locations? Online Gaming etc? - another great post! thankz.</description>
		<content:encoded><![CDATA[<p>Totaly Bad Ass! i cannot wait to start playing with this as the posibilitys are endless &#8211; could this work between two users in seperate locations? Online Gaming etc? &#8211; another great post! thankz.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
