<?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: Porting an old TCP/XML Project (TouchEvent)</title>
	<atom:link href="http://bubblebird.at/tuioflash/guides/porting-an-old-tcpxml-project/feed/" rel="self" type="application/rss+xml" />
	<link>http://bubblebird.at/tuioflash</link>
	<description>Teaching Flash some new tricks</description>
	<lastBuildDate>Wed, 16 May 2012 15:05:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: johannes</title>
		<link>http://bubblebird.at/tuioflash/guides/porting-an-old-tcpxml-project/comment-page-1/#comment-8990</link>
		<dc:creator>johannes</dc:creator>
		<pubDate>Mon, 01 Aug 2011 15:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?page_id=24#comment-8990</guid>
		<description>I adapted the AS3 classes from the Nuigroup to work with the legacy implementation of tuio-as3. you can find them here: http://code.google.com/p/tuio-as3/downloads/detail?name=Touchlib_TUIO_AS3.zip</description>
		<content:encoded><![CDATA[<p>I adapted the AS3 classes from the Nuigroup to work with the legacy implementation of tuio-as3. you can find them here: <a href="http://code.google.com/p/tuio-as3/downloads/detail?name=Touchlib_TUIO_AS3.zip" rel="nofollow">http://code.google.com/p/tuio-as3/downloads/detail?name=Touchlib_TUIO_AS3.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boy gaga</title>
		<link>http://bubblebird.at/tuioflash/guides/porting-an-old-tcpxml-project/comment-page-1/#comment-5271</link>
		<dc:creator>boy gaga</dc:creator>
		<pubDate>Sat, 09 Apr 2011 14:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?page_id=24#comment-5271</guid>
		<description>hello master!! ya i use 0.71 version ,ok i will check the google code!! and find out if it can use those events ......thx....</description>
		<content:encoded><![CDATA[<p>hello master!! ya i use 0.71 version ,ok i will check the google code!! and find out if it can use those events &#8230;&#8230;thx&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gimmix</title>
		<link>http://bubblebird.at/tuioflash/guides/porting-an-old-tcpxml-project/comment-page-1/#comment-5254</link>
		<dc:creator>gimmix</dc:creator>
		<pubDate>Fri, 08 Apr 2011 19:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?page_id=24#comment-5254</guid>
		<description>Which version of the library are you using? The mouse_out and mouse_over should work with the TuioLegacyListener in the latest release and the current svn version.
If you want to listen to both you simply have to use the same function when calling addEventListener.</description>
		<content:encoded><![CDATA[<p>Which version of the library are you using? The mouse_out and mouse_over should work with the TuioLegacyListener in the latest release and the current svn version.<br />
If you want to listen to both you simply have to use the same function when calling addEventListener.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boy gaga</title>
		<link>http://bubblebird.at/tuioflash/guides/porting-an-old-tcpxml-project/comment-page-1/#comment-5249</link>
		<dc:creator>boy gaga</dc:creator>
		<pubDate>Fri, 08 Apr 2011 10:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?page_id=24#comment-5249</guid>
		<description>hihi now i use this lagency for doing some project and find out one problem

the mouse_out event disappear ,and when i compare the old TUIO class ,there is a internal function called notifyremoved  and dispatch mouse_out event but the new TuiolagencyListener class doesnt.......so ......what can i do if i need mouse_up and mouse_out Event to listen the same function ........THX</description>
		<content:encoded><![CDATA[<p>hihi now i use this lagency for doing some project and find out one problem</p>
<p>the mouse_out event disappear ,and when i compare the old TUIO class ,there is a internal function called notifyremoved  and dispatch mouse_out event but the new TuiolagencyListener class doesnt&#8230;&#8230;.so &#8230;&#8230;what can i do if i need mouse_up and mouse_out Event to listen the same function &#8230;&#8230;..THX</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boy gaga</title>
		<link>http://bubblebird.at/tuioflash/guides/porting-an-old-tcpxml-project/comment-page-1/#comment-5098</link>
		<dc:creator>boy gaga</dc:creator>
		<pubDate>Thu, 31 Mar 2011 02:33:52 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?page_id=24#comment-5098</guid>
		<description>yes it works,just as u said, thx a lot!!......^^</description>
		<content:encoded><![CDATA[<p>yes it works,just as u said, thx a lot!!&#8230;&#8230;^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gimmix</title>
		<link>http://bubblebird.at/tuioflash/guides/porting-an-old-tcpxml-project/comment-page-1/#comment-5090</link>
		<dc:creator>gimmix</dc:creator>
		<pubDate>Wed, 30 Mar 2011 19:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?page_id=24#comment-5090</guid>
		<description>The TCPConnector should work with reacTIVision. I use TuioPad on the iPad for testing which works just fine. Another option would be using CCV in udp mode and a udp -&gt; tcp or udp -&gt; lc (LCConnector) bridge. e.g. udp-tcp-bridge by memo akten or udp-flashlc-bridge by georg kaindl -&gt; http://www.tuio.org/?software at the bottom right</description>
		<content:encoded><![CDATA[<p>The TCPConnector should work with reacTIVision. I use TuioPad on the iPad for testing which works just fine. Another option would be using CCV in udp mode and a udp -> tcp or udp -> lc (LCConnector) bridge. e.g. udp-tcp-bridge by memo akten or udp-flashlc-bridge by georg kaindl -> <a href="http://www.tuio.org/?software" rel="nofollow">http://www.tuio.org/?software</a> at the bottom right</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boy gaga</title>
		<link>http://bubblebird.at/tuioflash/guides/porting-an-old-tcpxml-project/comment-page-1/#comment-5081</link>
		<dc:creator>boy gaga</dc:creator>
		<pubDate>Wed, 30 Mar 2011 08:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?page_id=24#comment-5081</guid>
		<description>thx a lot for response so rapidly ,very appreciate and help me so much,
so i might use UDP now , but can i ask one more question is that what tracker
do u use for the TCPConnector as it can support binary tuio or in what way i can
make TCPConnector work ,.....thx a lot again.....^^</description>
		<content:encoded><![CDATA[<p>thx a lot for response so rapidly ,very appreciate and help me so much,<br />
so i might use UDP now , but can i ask one more question is that what tracker<br />
do u use for the TCPConnector as it can support binary tuio or in what way i can<br />
make TCPConnector work ,&#8230;..thx a lot again&#8230;..^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gimmix</title>
		<link>http://bubblebird.at/tuioflash/guides/porting-an-old-tcpxml-project/comment-page-1/#comment-5079</link>
		<dc:creator>gimmix</dc:creator>
		<pubDate>Wed, 30 Mar 2011 08:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?page_id=24#comment-5079</guid>
		<description>I see, well CCV doesn&#039;t support binary Tuio via TCP, even though they have a mode called &quot;binary TCP&quot;, but this mode sends their own protocol. I would suggest using UDP anyway because that will give you the best performance.</description>
		<content:encoded><![CDATA[<p>I see, well CCV doesn&#8217;t support binary Tuio via TCP, even though they have a mode called &#8220;binary TCP&#8221;, but this mode sends their own protocol. I would suggest using UDP anyway because that will give you the best performance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boy gaga</title>
		<link>http://bubblebird.at/tuioflash/guides/porting-an-old-tcpxml-project/comment-page-1/#comment-5077</link>
		<dc:creator>boy gaga</dc:creator>
		<pubDate>Wed, 30 Mar 2011 06:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?page_id=24#comment-5077</guid>
		<description>hi hi , when it comes to TCPConnector , i dont use bridge , should i ?

and the tracker is ccv 1.2 and we transmit tcp 3000 port  

and i initialize with new TCPConnector(&quot;127.0.0.1&quot;,3000) or i just try to change the original port from 3333 to 3000 inside the TCPConnector class,thx</description>
		<content:encoded><![CDATA[<p>hi hi , when it comes to TCPConnector , i dont use bridge , should i ?</p>
<p>and the tracker is ccv 1.2 and we transmit tcp 3000 port  </p>
<p>and i initialize with new TCPConnector(&#8220;127.0.0.1&#8243;,3000) or i just try to change the original port from 3333 to 3000 inside the TCPConnector class,thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gimmix</title>
		<link>http://bubblebird.at/tuioflash/guides/porting-an-old-tcpxml-project/comment-page-1/#comment-5058</link>
		<dc:creator>gimmix</dc:creator>
		<pubDate>Tue, 29 Mar 2011 17:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://bubblebird.at/tuioflash/?page_id=24#comment-5058</guid>
		<description>What tracker / bridge are you using and how do you initialize the TCPConnector?</description>
		<content:encoded><![CDATA[<p>What tracker / bridge are you using and how do you initialize the TCPConnector?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

