<?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>
	<lastBuildDate>Mon, 10 Oct 2011 11:07:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: open site explorer updated</title>
		<link>http://www.cyancdesign.com/2009/03/flash-google-maps-api-and-multi-touch/comment-page-1/#comment-3853</link>
		<dc:creator>open site explorer updated</dc:creator>
		<pubDate>Mon, 10 Oct 2011 11:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyancdesign.com/?p=95#comment-3853</guid>
		<description>&lt;strong&gt;open site explorer updated...&lt;/strong&gt;

[...]Introduction: Flash Google Maps API and Multi-touch &#171; cyancdesign [Chris Yanc][...]...</description>
		<content:encoded><![CDATA[<p><strong>open site explorer updated&#8230;</strong></p>
<p>[...]Introduction: Flash Google Maps API and Multi-touch &laquo; cyancdesign [Chris Yanc][...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martina</title>
		<link>http://www.cyancdesign.com/2009/03/flash-google-maps-api-and-multi-touch/comment-page-1/#comment-3125</link>
		<dc:creator>Martina</dc:creator>
		<pubDate>Thu, 21 Oct 2010 10:55:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyancdesign.com/?p=95#comment-3125</guid>
		<description>thank you for your tutorial, it helps a lot when you begin &quot;touching&quot; Google Maps!
..anyway I&#039;m trying to add touchable markers to my map, so that if touched they  show their InfoWindow but I&#039;m going crazy after it! As you suggested I add a TouchEvent to markerOptions.icon
&quot;markerOptions.icon.addEventListener(TouchEvent.MOUSE_DOWN, clickInfo);&quot;
In particular my code is:

[..]
var urlIcon:URLRequest = new URLRequest(&quot;image__.png&quot;);
loadIcon= new Loader();
loadIcon.load(urlIcon);
var markerOptions:MarkerOptions = new MarkerOptions({});
 markerOptions.icon = loadIcon;
markerOptions.icon.addEventListener(TouchEvent.MOUSE_DOWN, clickInfo);

function clickInfo(event:TouchEvent):void
				{
				  map.openInfoWindow(marker.getLatLng(), 
                                  new InfoWindowOptions({  
                                                         titleHTML: &quot;&quot;+myTitle,  
                                                       contentHTML: &quot;&quot;+myContent
								   }));
				}
[..]
..it works just fine, but if you want to close the infowindow.. NO WAY!

Do you have any idea what is going on?</description>
		<content:encoded><![CDATA[<p>thank you for your tutorial, it helps a lot when you begin &#8220;touching&#8221; Google Maps!<br />
..anyway I&#8217;m trying to add touchable markers to my map, so that if touched they  show their InfoWindow but I&#8217;m going crazy after it! As you suggested I add a TouchEvent to markerOptions.icon<br />
&#8220;markerOptions.icon.addEventListener(TouchEvent.MOUSE_DOWN, clickInfo);&#8221;<br />
In particular my code is:</p>
<p>[..]<br />
var urlIcon:URLRequest = new URLRequest(&#8220;image__.png&#8221;);<br />
loadIcon= new Loader();<br />
loadIcon.load(urlIcon);<br />
var markerOptions:MarkerOptions = new MarkerOptions({});<br />
 markerOptions.icon = loadIcon;<br />
markerOptions.icon.addEventListener(TouchEvent.MOUSE_DOWN, clickInfo);</p>
<p>function clickInfo(event:TouchEvent):void<br />
				{<br />
				  map.openInfoWindow(marker.getLatLng(),<br />
                                  new InfoWindowOptions({<br />
                                                         titleHTML: &#8220;&#8221;+myTitle,<br />
                                                       contentHTML: &#8220;&#8221;+myContent<br />
								   }));<br />
				}<br />
[..]<br />
..it works just fine, but if you want to close the infowindow.. NO WAY!</p>
<p>Do you have any idea what is going on?</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-2796</link>
		<dc:creator>Chris Yanc</dc:creator>
		<pubDate>Thu, 25 Mar 2010 22:58:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyancdesign.com/?p=95#comment-2796</guid>
		<description>&lt;a href=&quot;http://code.google.com/p/gmaps-samples-flash/source/browse/trunk/samplecode/IconSimple.mxml&quot; rel=&quot;nofollow&quot;&gt;Google Flash Map Marker example&lt;/a&gt; You cannot directly add the TouchEvent to the marker itself, you need to add it to the icon in the marker because that is the display object.

Line of code to add in the example:
markerOptions.icon.addEventListener(TouchEvent.MOUSE_DOWN, clickInfo);

I hope this helps</description>
		<content:encoded><![CDATA[<p><a href="http://code.google.com/p/gmaps-samples-flash/source/browse/trunk/samplecode/IconSimple.mxml" rel="nofollow">Google Flash Map Marker example</a> You cannot directly add the TouchEvent to the marker itself, you need to add it to the icon in the marker because that is the display object.</p>
<p>Line of code to add in the example:<br />
markerOptions.icon.addEventListener(TouchEvent.MOUSE_DOWN, clickInfo);</p>
<p>I hope this helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PCarlson</title>
		<link>http://www.cyancdesign.com/2009/03/flash-google-maps-api-and-multi-touch/comment-page-1/#comment-2795</link>
		<dc:creator>PCarlson</dc:creator>
		<pubDate>Thu, 25 Mar 2010 00:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.cyancdesign.com/?p=95#comment-2795</guid>
		<description>&gt;Do you have any knowledge on the MapMouseEvent and how to add “touch” on the marker? 

Did anyone ever find an answer to this? Trying to solve it now, and so far Google isn&#039;t helping.</description>
		<content:encoded><![CDATA[<p>&gt;Do you have any knowledge on the MapMouseEvent and how to add “touch” on the marker? </p>
<p>Did anyone ever find an answer to this? Trying to solve it now, and so far Google isn&#8217;t helping.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

