<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: AS3 Maps Update</title>
	<link>http://www.yswfblog.com/blog/2008/03/12/as3-maps-update/</link>
	<description>News and Articles on Yahoo! Flash Components and Libraries</description>
	<pubDate>Sat, 17 May 2008 00:52:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Jeremiah</title>
		<link>http://www.yswfblog.com/blog/2008/03/12/as3-maps-update/#comment-10668</link>
		<dc:creator>Jeremiah</dc:creator>
		<pubDate>Thu, 08 May 2008 18:28:46 +0000</pubDate>
		<guid>http://www.yswfblog.com/blog/2008/03/12/as3-maps-update/#comment-10668</guid>
		<description>While Josh's post on hacking the Flex component is useful, I would very much like an official Flash CS3 component. Is there any update you could give on it?</description>
		<content:encoded><![CDATA[<p>While Josh&#8217;s post on hacking the Flex component is useful, I would very much like an official Flash CS3 component. Is there any update you could give on it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.yswfblog.com/blog/2008/03/12/as3-maps-update/#comment-9755</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Tue, 29 Apr 2008 22:38:40 +0000</pubDate>
		<guid>http://www.yswfblog.com/blog/2008/03/12/as3-maps-update/#comment-9755</guid>
		<description>Great API. I'm having a little difficulty with one thing: I'm using localSearch, and it's returning LocalSearchResults objects with title, address etc., which is great, but it seems that both "id" and "resultURL" are always null. What I really want is to get (or make) a URL that maps the particular location this search result indicates, so it can be included as a link in an email. Any ideas how to do that? It seems like it should be easy...</description>
		<content:encoded><![CDATA[<p>Great API. I&#8217;m having a little difficulty with one thing: I&#8217;m using localSearch, and it&#8217;s returning LocalSearchResults objects with title, address etc., which is great, but it seems that both &#8220;id&#8221; and &#8220;resultURL&#8221; are always null. What I really want is to get (or make) a URL that maps the particular location this search result indicates, so it can be included as a link in an email. Any ideas how to do that? It seems like it should be easy&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Briley</title>
		<link>http://www.yswfblog.com/blog/2008/03/12/as3-maps-update/#comment-9629</link>
		<dc:creator>Briley</dc:creator>
		<pubDate>Mon, 28 Apr 2008 19:55:11 +0000</pubDate>
		<guid>http://www.yswfblog.com/blog/2008/03/12/as3-maps-update/#comment-9629</guid>
		<description>André and Duncan, I had that problem as well.  Adding this call to my close() method (called when the TitleWindow is closed) seemed to fix the issue.

yahooMap.removePanControl();</description>
		<content:encoded><![CDATA[<p>André and Duncan, I had that problem as well.  Adding this call to my close() method (called when the TitleWindow is closed) seemed to fix the issue.</p>
<p>yahooMap.removePanControl();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoffrey Anderson</title>
		<link>http://www.yswfblog.com/blog/2008/03/12/as3-maps-update/#comment-8600</link>
		<dc:creator>Geoffrey Anderson</dc:creator>
		<pubDate>Mon, 14 Apr 2008 17:43:32 +0000</pubDate>
		<guid>http://www.yswfblog.com/blog/2008/03/12/as3-maps-update/#comment-8600</guid>
		<description>Hopefully the next update will include a bug fix for the removeAllMarkers() method in markerManager.  Currently it's indexed improperly and doesn't work.</description>
		<content:encoded><![CDATA[<p>Hopefully the next update will include a bug fix for the removeAllMarkers() method in markerManager.  Currently it&#8217;s indexed improperly and doesn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duncan</title>
		<link>http://www.yswfblog.com/blog/2008/03/12/as3-maps-update/#comment-8524</link>
		<dc:creator>Duncan</dc:creator>
		<pubDate>Sun, 13 Apr 2008 17:56:12 +0000</pubDate>
		<guid>http://www.yswfblog.com/blog/2008/03/12/as3-maps-update/#comment-8524</guid>
		<description>RE:handleMouseLeave.
I get the same problem. There doesn't seem to be anyway to de-initialize the map and after removing from the stage it is still listening for events, possibly from the stage itself.</description>
		<content:encoded><![CDATA[<p>RE:handleMouseLeave.<br />
I get the same problem. There doesn&#8217;t seem to be anyway to de-initialize the map and after removing from the stage it is still listening for events, possibly from the stage itself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: André Dekker</title>
		<link>http://www.yswfblog.com/blog/2008/03/12/as3-maps-update/#comment-8432</link>
		<dc:creator>André Dekker</dc:creator>
		<pubDate>Fri, 11 Apr 2008 19:50:13 +0000</pubDate>
		<guid>http://www.yswfblog.com/blog/2008/03/12/as3-maps-update/#comment-8432</guid>
		<description>I use the Yahoo Map in a Flex 3 Title Window. When   that window is closed and the mouse cursor moves outside the browser main window this error shows up:

TypeError: Error #1009: Cannot access a property or method of a null object reference.
	at com.yahoo.maps.api.controls::PanControl/handleMouseLeave()[/Users/zachg/Documents/yahoomaps/YahooMap/src/com/yahoo/maps/api/controls/PanControl.as:223]


What am i doing wrong here? Do i need some finalization code?</description>
		<content:encoded><![CDATA[<p>I use the Yahoo Map in a Flex 3 Title Window. When   that window is closed and the mouse cursor moves outside the browser main window this error shows up:</p>
<p>TypeError: Error #1009: Cannot access a property or method of a null object reference.<br />
	at com.yahoo.maps.api.controls::PanControl/handleMouseLeave()[/Users/zachg/Documents/yahoomaps/YahooMap/src/com/yahoo/maps/api/controls/PanControl.as:223]</p>
<p>What am i doing wrong here? Do i need some finalization code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Parker</title>
		<link>http://www.yswfblog.com/blog/2008/03/12/as3-maps-update/#comment-7724</link>
		<dc:creator>Richard Parker</dc:creator>
		<pubDate>Mon, 24 Mar 2008 10:29:11 +0000</pubDate>
		<guid>http://www.yswfblog.com/blog/2008/03/12/as3-maps-update/#comment-7724</guid>
		<description>That's amazing work, I really hope that a project with that much programming doesn't fall victim in being a CPU cycle hog. Again, very innovative!</description>
		<content:encoded><![CDATA[<p>That&#8217;s amazing work, I really hope that a project with that much programming doesn&#8217;t fall victim in being a CPU cycle hog. Again, very innovative!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Richter</title>
		<link>http://www.yswfblog.com/blog/2008/03/12/as3-maps-update/#comment-7526</link>
		<dc:creator>Stefan Richter</dc:creator>
		<pubDate>Thu, 20 Mar 2008 20:49:45 +0000</pubDate>
		<guid>http://www.yswfblog.com/blog/2008/03/12/as3-maps-update/#comment-7526</guid>
		<description>Please please please could you set your servers up in such a way that we can take bitmapdata snapshots of your maps in Fleash/Flex? 

Thanks for considering it.</description>
		<content:encoded><![CDATA[<p>Please please please could you set your servers up in such a way that we can take bitmapdata snapshots of your maps in Fleash/Flex? </p>
<p>Thanks for considering it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.588 seconds -->
