<?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: Building a Multitouch Paint Canvas (Video Tutorial)</title>
	<atom:link href="http://multitouchup.com/building-a-multitouch-paint-canvas-video-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://multitouchup.com/building-a-multitouch-paint-canvas-video-tutorial/</link>
	<description>Explore Multitouch on the Flash platform.  Video tutorials and related content presented by Matt LeGrand</description>
	<lastBuildDate>Tue, 20 Mar 2012 23:55:26 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://multitouchup.com/building-a-multitouch-paint-canvas-video-tutorial/comment-page-1/#comment-1311</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 11 Jun 2010 22:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://multitouchup.com/?p=720#comment-1311</guid>
		<description>Sounds like you are running a third party socket server.

There are two versions of the SimTouch Application. The newer one doesn’t require that you run an additional Socket Server, it’s built into the application but requires Air 2.0 and their new Socket Server classes.  

Hope this helps!</description>
		<content:encoded><![CDATA[<p>Sounds like you are running a third party socket server.</p>
<p>There are two versions of the SimTouch Application. The newer one doesn’t require that you run an additional Socket Server, it’s built into the application but requires Air 2.0 and their new Socket Server classes.  </p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikita</title>
		<link>http://multitouchup.com/building-a-multitouch-paint-canvas-video-tutorial/comment-page-1/#comment-1190</link>
		<dc:creator>Nikita</dc:creator>
		<pubDate>Sun, 30 May 2010 15:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://multitouchup.com/?p=720#comment-1190</guid>
		<description>Hello.
Can&#039;t run this demo. Maybe I do something wrong? I download zip, SimTouch air and socket servers. After I ran servers, connect air to port 3000, change port in Drawable.mxml to 3000 too - trace in sever log shows that connections successful. But flash applicatiob not response to mouse clicks on air through air window (if I manualy dispatch touch events, i.e. not using SimTouch all works fine). Thank you.</description>
		<content:encoded><![CDATA[<p>Hello.<br />
Can&#8217;t run this demo. Maybe I do something wrong? I download zip, SimTouch air and socket servers. After I ran servers, connect air to port 3000, change port in Drawable.mxml to 3000 too &#8211; trace in sever log shows that connections successful. But flash applicatiob not response to mouse clicks on air through air window (if I manualy dispatch touch events, i.e. not using SimTouch all works fine). Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://multitouchup.com/building-a-multitouch-paint-canvas-video-tutorial/comment-page-1/#comment-1100</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 14 May 2010 16:58:24 +0000</pubDate>
		<guid isPermaLink="false">http://multitouchup.com/?p=720#comment-1100</guid>
		<description>This trace statement looks like you are running a third party socket server.

There are two versions of the SimTouch Application.  The newer one doesn&#039;t require that you run an additional Socket Server, it&#039;s built into the application.    

I&#039;d also double check to make sure that you are working with the Air 2 SDK laid over the original Flex 4 SDK so that you have the ability to use the new UDP socket connection format.  

Hope that helps</description>
		<content:encoded><![CDATA[<p>This trace statement looks like you are running a third party socket server.</p>
<p>There are two versions of the SimTouch Application.  The newer one doesn&#8217;t require that you run an additional Socket Server, it&#8217;s built into the application.    </p>
<p>I&#8217;d also double check to make sure that you are working with the Air 2 SDK laid over the original Flex 4 SDK so that you have the ability to use the new UDP socket connection format.  </p>
<p>Hope that helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sumit Arora</title>
		<link>http://multitouchup.com/building-a-multitouch-paint-canvas-video-tutorial/comment-page-1/#comment-1078</link>
		<dc:creator>Sumit Arora</dc:creator>
		<pubDate>Tue, 11 May 2010 09:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://multitouchup.com/?p=720#comment-1078</guid>
		<description>I have been trying to run simtouch application with my Air Application but it doesn&#039;t  seem to respond to my any of the event. Even i tried to run your drawing app but it doesn&#039;t work Server log shows this:

Tue May 11 14:39:13 2010
---Selectserver started on port 6780

Tue May 11 14:39:22 2010
---New connection from 127.0.0.1 on socket 144.

Tue May 11 14:40:19 2010
---New connection from 127.0.0.1 on socket 160.

Tue May 11 14:40:40 2010
---Socket 160 disconnected.

Tue May 11 14:40:42 2010
---Socket 144 disconnected.



I have changed port in both your application and simTouch.
simTouch doesn&#039;t give any error  but my application doesn&#039;t response pls help me abt that.</description>
		<content:encoded><![CDATA[<p>I have been trying to run simtouch application with my Air Application but it doesn&#8217;t  seem to respond to my any of the event. Even i tried to run your drawing app but it doesn&#8217;t work Server log shows this:</p>
<p>Tue May 11 14:39:13 2010<br />
&#8212;Selectserver started on port 6780</p>
<p>Tue May 11 14:39:22 2010<br />
&#8212;New connection from 127.0.0.1 on socket 144.</p>
<p>Tue May 11 14:40:19 2010<br />
&#8212;New connection from 127.0.0.1 on socket 160.</p>
<p>Tue May 11 14:40:40 2010<br />
&#8212;Socket 160 disconnected.</p>
<p>Tue May 11 14:40:42 2010<br />
&#8212;Socket 144 disconnected.</p>
<p>I have changed port in both your application and simTouch.<br />
simTouch doesn&#8217;t give any error  but my application doesn&#8217;t response pls help me abt that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omer</title>
		<link>http://multitouchup.com/building-a-multitouch-paint-canvas-video-tutorial/comment-page-1/#comment-528</link>
		<dc:creator>Omer</dc:creator>
		<pubDate>Wed, 07 Apr 2010 07:35:35 +0000</pubDate>
		<guid isPermaLink="false">http://multitouchup.com/?p=720#comment-528</guid>
		<description>thank you great tutorial</description>
		<content:encoded><![CDATA[<p>thank you great tutorial</p>
]]></content:encoded>
	</item>
</channel>
</rss>

