<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.com/group/google-maps-api-for-flash</id>
  <title type="text">Google Maps API For Flash Google Group</title>
  <subtitle type="text">
  Discuss the Google Maps API for Flash here. Please remember the following: - Post a link and a code snippet so that others can see your code in its proper context. - Make use of published docs at http://code.google.com/apis/maps/documentation/flash/
  </subtitle>
  <link href="/group/google-maps-api-for-flash/feed/atom_v1_0_msgs.xml" rel="self" title="Google Maps API For Flash feed"/>
  <updated>2010-01-05T06:57:18Z</updated>
  <generator uri="http://groups.google.com" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Jonathan Wagner</name>
  <email>m...@jonathanwagner.ca</email>
  </author>
  <updated>2010-01-05T06:57:18Z</updated>
  <id>http://groups.google.com/group/google-maps-api-for-flash/browse_frm/thread/6d47bb8bbd4283ad/f7067b9171816dfe?show_docid=f7067b9171816dfe</id>
  <link href="http://groups.google.com/group/google-maps-api-for-flash/browse_frm/thread/6d47bb8bbd4283ad/f7067b9171816dfe?show_docid=f7067b9171816dfe"/>
  <title type="text">3D Tile Layer Overlay</title>
  <summary type="html" xml:space="preserve">
  I went through the documentation, so I don&#39;t think it is me. When I &lt;br&gt; add a TileLayerOverlay then go from 2D-3D the tile overlay stays in an &lt;br&gt; upright 2D view. However if I create the TileLayerBase as a map type, &lt;br&gt; the 3D works as expected. Is it something I am doing or is it a bug? &lt;br&gt; Jonathan &lt;br&gt; Scribblemaps.com
  </summary>
  </entry>
  <entry>
  <author>
  <name>Matt S</name>
  <email>mst...@gmail.com</email>
  </author>
  <updated>2010-01-05T04:25:20Z</updated>
  <id>http://groups.google.com/group/google-maps-api-for-flash/browse_frm/thread/ed4893cbea038df9/b7d5764a36dbb0b8?show_docid=b7d5764a36dbb0b8</id>
  <link href="http://groups.google.com/group/google-maps-api-for-flash/browse_frm/thread/ed4893cbea038df9/b7d5764a36dbb0b8?show_docid=b7d5764a36dbb0b8"/>
  <title type="text">Re: Marker Clusterer with Custom Icons</title>
  <summary type="html" xml:space="preserve">
  Well, one way is to add all the individual markers, detect marker &lt;br&gt; overlap, and hide/remove any marker overlapping another marker while &lt;br&gt; saving them into relevant groups. Here&#39;s a quick example of doing &lt;br&gt; this for two markers: &lt;br&gt; if(marker1.foreground.hitTestO bject(marker2.foreground)) { &lt;br&gt; // They are overlapping, do something here like remove/
  </summary>
  </entry>
  <entry>
  <author>
  <name>Daniel</name>
  <email>dan...@vindamedia.com</email>
  </author>
  <updated>2010-01-04T23:50:43Z</updated>
  <id>http://groups.google.com/group/google-maps-api-for-flash/browse_frm/thread/1494c7748f113533/ad3888f7b35d04cb?show_docid=ad3888f7b35d04cb</id>
  <link href="http://groups.google.com/group/google-maps-api-for-flash/browse_frm/thread/1494c7748f113533/ad3888f7b35d04cb?show_docid=ad3888f7b35d04cb"/>
  <title type="text">Re: Google Map API for Flash. Adding several images</title>
  <summary type="html" xml:space="preserve">
  Well put! Kind of a good thing I caught this post. I had no idea that the &lt;br&gt; customInfoWindow option in the flash Google map api was so powerful. &lt;br&gt; AS3novice if you want to throw an image in your infoWindow and use html for &lt;br&gt; now and work on the customInfoWindow later once you get a grip on the AS3 &lt;br&gt; language you would add this on you existing XML
  </summary>
  </entry>
  <entry>
  <author>
  <name>GlenC</name>
  <email>glen.coll...@treasury.qld.gov.au</email>
  </author>
  <updated>2010-01-04T23:41:26Z</updated>
  <id>http://groups.google.com/group/google-maps-api-for-flash/browse_frm/thread/7576c736521692bf/7b880c9c5b9bc758?show_docid=7b880c9c5b9bc758</id>
  <link href="http://groups.google.com/group/google-maps-api-for-flash/browse_frm/thread/7576c736521692bf/7b880c9c5b9bc758?show_docid=7b880c9c5b9bc758"/>
  <title type="text">Re: Keeping track of markers</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; (More specific code may have facilitated a faster response from the &lt;br&gt; group or more specific response.) &lt;br&gt; Anyway, going on what you&#39;ve posted I&#39;ve done something similar when &lt;br&gt; adding hundreds of polygons. You should be able to implement &lt;br&gt; something similar for markers. &lt;br&gt; I loop through the array of polygons (in JavaScript, but you could
  </summary>
  </entry>
  <entry>
  <author>
  <name>kmac</name>
  <email>kevin.macdon...@thinkwrap.com</email>
  </author>
  <updated>2010-01-04T17:43:50Z</updated>
  <id>http://groups.google.com/group/google-maps-api-for-flash/browse_frm/thread/1494c7748f113533/1ae227849652f145?show_docid=1ae227849652f145</id>
  <link href="http://groups.google.com/group/google-maps-api-for-flash/browse_frm/thread/1494c7748f113533/1ae227849652f145?show_docid=1ae227849652f145"/>
  <title type="text">Re: Google Map API for Flash. Adding several images</title>
  <summary type="html" xml:space="preserve">
  &amp;quot;contentHTML&amp;quot; is valid option, and might be right for your &lt;br&gt; circumstances. &lt;br&gt; But its indiscriminate use in Flash can produce something that &lt;br&gt; resembles putting lipstick on a pig. &lt;br&gt; The API gives you three options to create content within an &lt;br&gt; InfoWindow: &amp;quot;InfoWindowOptions.content&amp;quot; for simple textual content
  </summary>
  </entry>
  <entry>
  <author>
  <name>Saadi</name>
  <email>boximagesp...@gmail.com</email>
  </author>
  <updated>2010-01-04T09:43:25Z</updated>
  <id>http://groups.google.com/group/google-maps-api-for-flash/browse_frm/thread/f71893994f56cbbc/d3de81f66ebedecf?show_docid=d3de81f66ebedecf</id>
  <link href="http://groups.google.com/group/google-maps-api-for-flash/browse_frm/thread/f71893994f56cbbc/d3de81f66ebedecf?show_docid=d3de81f66ebedecf"/>
  <title type="text">How to edit GOOGLE MAP FLASH DEMO source code?</title>
  <summary type="html" xml:space="preserve">
  I searched over internet for some sample code to start with. I liked &lt;br&gt; the demo available at: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://gmaps-samples-flash.googlecode.com/svn/trunk/demos/FlyingDirections/FlyingDirections.swf&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Source code is available to download. Now I am new to flash stuff, and &lt;br&gt; want to know how to edit this project? Please guide!!!
  </summary>
  </entry>
  <entry>
  <author>
  <name>Terry Reinert</name>
  <email>trein...@securboration.com</email>
  </author>
  <updated>2010-01-04T16:26:48Z</updated>
  <id>http://groups.google.com/group/google-maps-api-for-flash/browse_frm/thread/ed4893cbea038df9/b7ae3df6fee91a64?show_docid=b7ae3df6fee91a64</id>
  <link href="http://groups.google.com/group/google-maps-api-for-flash/browse_frm/thread/ed4893cbea038df9/b7ae3df6fee91a64?show_docid=b7ae3df6fee91a64"/>
  <title type="text">Re: Marker Clusterer with Custom Icons</title>
  <summary type="html" xml:space="preserve">
  Anyone know about this one?
  </summary>
  </entry>
  <entry>
  <author>
  <name>Jonathan Wagner</name>
  <email>m...@jonathanwagner.ca</email>
  </author>
  <updated>2010-01-04T20:18:28Z</updated>
  <id>http://groups.google.com/group/google-maps-api-for-flash/browse_frm/thread/1494c7748f113533/d83296a3eb198d05?show_docid=d83296a3eb198d05</id>
  <link href="http://groups.google.com/group/google-maps-api-for-flash/browse_frm/thread/1494c7748f113533/d83296a3eb198d05?show_docid=d83296a3eb198d05"/>
  <title type="text">Re: Google Map API for Flash. Adding several images</title>
  <summary type="html" xml:space="preserve">
  The main problem is actually bugs. When you use the embed tag what &lt;br&gt; flash does is it creates a loader object that is added to the &lt;br&gt; textfield, but because the textfield isn&#39;t a display object, if you &lt;br&gt; want to get the loader you have to use a function or event listener, &lt;br&gt; and then if you switch the code in the textfield you will get an error
  </summary>
  </entry>
  <entry>
  <author>
  <name>Daniel</name>
  <email>dan...@vindamedia.com</email>
  </author>
  <updated>2010-01-04T17:22:23Z</updated>
  <id>http://groups.google.com/group/google-maps-api-for-flash/browse_frm/thread/1494c7748f113533/aa72b5506212514b?show_docid=aa72b5506212514b</id>
  <link href="http://groups.google.com/group/google-maps-api-for-flash/browse_frm/thread/1494c7748f113533/aa72b5506212514b?show_docid=aa72b5506212514b"/>
  <title type="text">Re: Google Map API for Flash. Adding several images</title>
  <summary type="html" xml:space="preserve">
  What are the problems with using the img tag to embed and image inside the &lt;br&gt; htmlText string, that is inside the infoWindow&#39;s content area. If there is &lt;br&gt; already a text field that is being used and you add an image to that text &lt;br&gt; field are you saying that flash will handle the text field differently. I am
  </summary>
  </entry>
  <entry>
  <author>
  <name>Joe</name>
  <email>josulliv...@gmail.com</email>
  </author>
  <updated>2010-01-04T15:22:43Z</updated>
  <id>http://groups.google.com/group/google-maps-api-for-flash/browse_frm/thread/a588f10c493008b4/27d1a8fab20fddc6?show_docid=27d1a8fab20fddc6</id>
  <link href="http://groups.google.com/group/google-maps-api-for-flash/browse_frm/thread/a588f10c493008b4/27d1a8fab20fddc6?show_docid=27d1a8fab20fddc6"/>
  <title type="text">Re: google maps customization...</title>
  <summary type="html" xml:space="preserve">
  Hi Venu, &lt;br&gt; I remembered about reading a post on coloring map tiles -- it may be &lt;br&gt; relevant to your project: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://groups.google.com/group/google-maps-api-for-flash/browse_frm/thread/1b6e30c628c04324/8c40960140538fc4?lnk=gst&amp;q=+color+tiles#8c40960140538fc4&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; -Joe
  </summary>
  </entry>
  <entry>
  <author>
  <name>AS3novice</name>
  <email>winst...@sculputer.com</email>
  </author>
  <updated>2010-01-04T09:19:57Z</updated>
  <id>http://groups.google.com/group/google-maps-api-for-flash/browse_frm/thread/1494c7748f113533/b05aba18cd0a968a?show_docid=b05aba18cd0a968a</id>
  <link href="http://groups.google.com/group/google-maps-api-for-flash/browse_frm/thread/1494c7748f113533/b05aba18cd0a968a?show_docid=b05aba18cd0a968a"/>
  <title type="text">Re: Google Map API for Flash. Adding several images</title>
  <summary type="html" xml:space="preserve">
  So far I have just followed this tutorial &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://active.tutsplus.com/tutorials/xml/implement-a-map-using-the-google-map-api-for-flash/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; In the timeline I have.... &lt;br&gt; One Layer has an Action script for the map with zoom controls &lt;br&gt; One layer has the Google Map &lt;br&gt; In the same folder as the Fla file is an XML file for Markers,
  </summary>
  </entry>
  <entry>
  <author>
  <name>Daniel</name>
  <email>dan...@vindamedia.com</email>
  </author>
  <updated>2010-01-04T08:55:50Z</updated>
  <id>http://groups.google.com/group/google-maps-api-for-flash/browse_frm/thread/1494c7748f113533/503751b3da6d0882?show_docid=503751b3da6d0882</id>
  <link href="http://groups.google.com/group/google-maps-api-for-flash/browse_frm/thread/1494c7748f113533/503751b3da6d0882?show_docid=503751b3da6d0882"/>
  <title type="text">Re: Google Map API for Flash. Adding several images</title>
  <summary type="html" xml:space="preserve">
  Sorry bad typing there. . .you = your
  </summary>
  </entry>
  <entry>
  <author>
  <name>Daniel</name>
  <email>dan...@vindamedia.com</email>
  </author>
  <updated>2010-01-04T08:55:03Z</updated>
  <id>http://groups.google.com/group/google-maps-api-for-flash/browse_frm/thread/1494c7748f113533/ae0747b40f4d8836?show_docid=ae0747b40f4d8836</id>
  <link href="http://groups.google.com/group/google-maps-api-for-flash/browse_frm/thread/1494c7748f113533/ae0747b40f4d8836?show_docid=ae0747b40f4d8836"/>
  <title type="text">Re: Google Map API for Flash. Adding several images</title>
  <summary type="html" xml:space="preserve">
  Are you programming you map using classes or are you adding the action &lt;br&gt; script to your timeline?
  </summary>
  </entry>
  <entry>
  <author>
  <name>AS3novice</name>
  <email>winst...@sculputer.com</email>
  </author>
  <updated>2010-01-04T06:43:41Z</updated>
  <id>http://groups.google.com/group/google-maps-api-for-flash/browse_frm/thread/1494c7748f113533/8e6b92bb4b2543fd?show_docid=8e6b92bb4b2543fd</id>
  <link href="http://groups.google.com/group/google-maps-api-for-flash/browse_frm/thread/1494c7748f113533/8e6b92bb4b2543fd?show_docid=8e6b92bb4b2543fd"/>
  <title type="text">Re: Google Map API for Flash. Adding several images</title>
  <summary type="html" xml:space="preserve">
  Daniel, Jonathan Wagner, &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.landed.at&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Thanks for all the suggestions. Much appreciated. &lt;br&gt; Daniel &lt;br&gt; I am not sure if you sent me a PM, as I received an email but there &lt;br&gt; was nothing included. Anyway if you did thanks, but sadly nothing &lt;br&gt; attached. &lt;br&gt; Www.landed.at &lt;br&gt; I am a bit confused. Are you saying the HTML suggestion by Daniel in
  </summary>
  </entry>
  <entry>
  <author>
  <name>kmac</name>
  <email>kevin.macdon...@thinkwrap.com</email>
  </author>
  <updated>2010-01-04T00:47:58Z</updated>
  <id>http://groups.google.com/group/google-maps-api-for-flash/browse_frm/thread/935ca86e806a3724/10df2464fcf6a72f?show_docid=10df2464fcf6a72f</id>
  <link href="http://groups.google.com/group/google-maps-api-for-flash/browse_frm/thread/935ca86e806a3724/10df2464fcf6a72f?show_docid=10df2464fcf6a72f"/>
  <title type="text">Re: Kudos to Google Maps For Flash Team!</title>
  <summary type="html" xml:space="preserve">
  I agree, the Gmaps Flash team has delivered an excellent product, and &lt;br&gt; with Pamela&#39;s support, they have a winning combination. &lt;br&gt; All the best for 2010, and let&#39;s hope for wider understanding and &lt;br&gt; adoption of this amazing map platform.
  </summary>
  </entry>
</feed>
