<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>中文Flex例子 &#187; Yahoo Maps</title>
	<atom:link href="http://blog.minidx.com/tag/yahoo-maps/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.minidx.com</link>
	<description>中文Adobe Flex例子,Flex实例教程,RIA资源,全文检索技术,算法和数据结构</description>
	<lastBuildDate>Thu, 31 Mar 2011 03:22:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flex中如何使用Yahoo! Maps的例子</title>
		<link>http://blog.minidx.com/2008/08/05/1222.html</link>
		<comments>http://blog.minidx.com/2008/08/05/1222.html#comments</comments>
		<pubDate>Mon, 04 Aug 2008 17:06:14 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Yahoo Maps]]></category>
		<category><![CDATA[地图应用]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/08/05/1222.html</guid>
		<description><![CDATA[接下来的例子演示了Flex中如何使用Yahoo! Maps创建自己的地图应用。








首先你需要做的是从这里获取Yahoo! Maps API key
然后从这里下载Yahoo! Maps ActionScript 3.0 component
接下去将zip压缩包内的东西复制到工程的/libs/中就可以了。
让我们先来看一下Demo（可以右键View Source或点击这里察看源代码）：

下面是完整代码(或点击这里察看)：
Download: main.mxml&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;mx:Application&#160;xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34;
&#160; &#160; &#160; &#160; layout=&#34;vertical&#34;
&#160; &#160; &#160; &#160; verticalAlign=&#34;middle&#34;
&#160; &#160; &#160; &#160; backgroundColor=&#34;white&#34;
&#160; &#160; &#160; &#160; creationComplete=&#34;init();&#34;&#62;
&#160;
&#160; &#160; &#60;mx:Script&#62;
&#160; &#160; &#160; &#160; &#60;![CDATA[
&#160; &#160; &#160; &#160; &#160; &#160; import mx.events.ResizeEvent;
&#160; &#160; &#160; &#160; &#160; &#160; import mx.controls.Alert;
&#160;
&#160; &#160; &#160; &#160; &#160; &#160; import [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/08/05/1222.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adobe Flex 3中使用Yahoo Maps的教程</title>
		<link>http://blog.minidx.com/2008/07/29/1185.html</link>
		<comments>http://blog.minidx.com/2008/07/29/1185.html#comments</comments>
		<pubDate>Tue, 29 Jul 2008 15:27:39 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Yahoo Maps]]></category>
		<category><![CDATA[Youtube]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/07/29/1185.html</guid>
		<description><![CDATA[下面是总共为4部分的如何使用Yahoo Maps AS3 API的教程，演示了如何直接通过这些API在你的应用中放上Yahoo Maps。教程是非文字的，呵呵。不过不是很清楚Youtube上的东西国内是否可以正常访问，还有就是我找来找去找不到其他的三部分，那位知道的话还麻烦留言说明一下。









你可能还对下列文章感兴趣:如何在不调用YouTube API的情况下在你的Flash应用中播放YouTube flv的教程Flex中如何使用Yahoo! Maps的例子利用Yahoo Maps API做的一款不错的RIA应用（Flex开发）关于ADOBE最新的认证Flex4视频教程《一周学习Flex4》中文字幕版+离线下载播放器]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/07/29/1185.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>利用Yahoo Maps API做的一款不错的RIA应用（Flex开发）</title>
		<link>http://blog.minidx.com/2008/04/20/752.html</link>
		<comments>http://blog.minidx.com/2008/04/20/752.html#comments</comments>
		<pubDate>Sun, 20 Apr 2008 12:17:00 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Yahoo Maps]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/04/20/752.html</guid>
		<description><![CDATA[Yahoo! Maps是Yahoo推出的地图应用，Yahoo! Maps也提供了一堆开放性的API供第三方使用，分别提供有Flash、Flex、AJAX三种方式的API供第三方开发使用。这是的开发自己的地图应用变得非常的简单。下面就是一款用Yahoo! Maps开发的应用，做的还是挺不错的。








 
应用URL：http://rental.adsmap.net/
你可能还对下列文章感兴趣:Flex中如何使用Yahoo! Maps的例子Adobe Flex 3中使用Yahoo Maps的教程Flex中利用ExternalInterface API从JavaScript中获取内容并在Flex应用中使用的例子Adobe Photoshop Express&#8211;不错的具有2GB免费空间的在线图片处理服务/工具Flex应用中利用ExternalInterface API取得JavaScript返回值的例子]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/04/20/752.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 2/20 queries in 0.141 seconds using disk
Object Caching 287/561 objects using disk

Served from: blog.minidx.com @ 2012-02-09 20:08:30 -->
