<?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: Introduction: Flash Google Maps API and Multi-touch</title>
	<atom:link href="http://www.cyancdesign.com/2009/03/flash-google-maps-api-and-multi-touch/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cyancdesign.com/2009/03/flash-google-maps-api-and-multi-touch/</link>
	<description>Interactive Designer and Developer</description>
	<pubDate>Wed, 10 Mar 2010 20:06:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Introduction: Flash Google Maps API and Multi-touch &#171; Kelso&#8217;s Corner</title>
		<link>http://www.cyancdesign.com/2009/03/flash-google-maps-api-and-multi-touch/comment-page-1/#comment-2778</link>
		<dc:creator>Introduction: Flash Google Maps API and Multi-touch &#171; Kelso&#8217;s Corner</dc:creator>
		<pubDate>Thu, 11 Feb 2010 11:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyancdesign.com/?p=95#comment-2778</guid>
		<description>[...] Republished from Cyna C Design Ideas blog. [...]</description>
		<content:encoded><![CDATA[<p>[...] Republished from Cyna C Design Ideas blog. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: totoro</title>
		<link>http://www.cyancdesign.com/2009/03/flash-google-maps-api-and-multi-touch/comment-page-1/#comment-2574</link>
		<dc:creator>totoro</dc:creator>
		<pubDate>Mon, 10 Aug 2009 16:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyancdesign.com/?p=95#comment-2574</guid>
		<description>Hi great works!! Been reading your blog on multi-touch tutorial (and have been struggling on the code). Thanks for sharing your works, learning a lot. On the Google Map API, I come across MapMouseEvent which is different from mouse event (Not sure how different). For instance to click on a marker, normal MouseEvent will fail. Instead, have to use MapMouseEvent. For instance:

marker.addEventListener(MapMouseEvent.CLICK, function(e:Event):void {
            	marker.openInfoWindow(options3); 
            });

Because of this, the touchEvent fail as well (or perhaps I code it wrongly)
marker.addEventListener(TouchEvent.MOUSE_DOWN, function(e:TouchEvent):void {
            	marker.openInfoWindow(options3); 
            });

Do you have any knowledge on the MapMouseEvent and how to add "touch" on the marker? Appreciate if you can help and thank you in advanced.</description>
		<content:encoded><![CDATA[<p>Hi great works!! Been reading your blog on multi-touch tutorial (and have been struggling on the code). Thanks for sharing your works, learning a lot. On the Google Map API, I come across MapMouseEvent which is different from mouse event (Not sure how different). For instance to click on a marker, normal MouseEvent will fail. Instead, have to use MapMouseEvent. For instance:</p>
<p>marker.addEventListener(MapMouseEvent.CLICK, function(e:Event):void {<br />
            	marker.openInfoWindow(options3);<br />
            });</p>
<p>Because of this, the touchEvent fail as well (or perhaps I code it wrongly)<br />
marker.addEventListener(TouchEvent.MOUSE_DOWN, function(e:TouchEvent):void {<br />
            	marker.openInfoWindow(options3);<br />
            });</p>
<p>Do you have any knowledge on the MapMouseEvent and how to add &#8220;touch&#8221; on the marker? Appreciate if you can help and thank you in advanced.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: touchaddict</title>
		<link>http://www.cyancdesign.com/2009/03/flash-google-maps-api-and-multi-touch/comment-page-1/#comment-2557</link>
		<dc:creator>touchaddict</dc:creator>
		<pubDate>Fri, 03 Jul 2009 21:29:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyancdesign.com/?p=95#comment-2557</guid>
		<description>Really glad to see this one :) its because of such efforts the knowledge is still free and open to all.</description>
		<content:encoded><![CDATA[<p>Really glad to see this one <img src='http://www.cyancdesign.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> its because of such efforts the knowledge is still free and open to all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Yanc</title>
		<link>http://www.cyancdesign.com/2009/03/flash-google-maps-api-and-multi-touch/comment-page-1/#comment-2540</link>
		<dc:creator>Chris Yanc</dc:creator>
		<pubDate>Tue, 09 Jun 2009 19:11:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyancdesign.com/?p=95#comment-2540</guid>
		<description>This code is also in the collection of experiments I've done on my &lt;a href="http://code.google.com/p/multitouchas3experiments/" rel="nofollow"&gt;Google Code Experiments Page&lt;/a&gt; which you can download or use SVN to get. It isn't something I can just embed into the post, it needs to be run off the desktop and controlled from a multitouch interface and computer vision software such as &lt;a href="http://nuicode.com/projects/show/tbeta" rel="nofollow"&gt;Community Core Vision&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>This code is also in the collection of experiments I&#8217;ve done on my <a href="http://code.google.com/p/multitouchas3experiments/" rel="nofollow">Google Code Experiments Page</a> which you can download or use SVN to get. It isn&#8217;t something I can just embed into the post, it needs to be run off the desktop and controlled from a multitouch interface and computer vision software such as <a href="http://nuicode.com/projects/show/tbeta" rel="nofollow">Community Core Vision</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
