<?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例子</title>
	<atom:link href="http://blog.minidx.com/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.minidx.com</link>
	<description>中文Adobe Flex例子,Flex实例教程,RIA资源,全文检索技术,算法和数据结构</description>
	<lastBuildDate>Sat, 04 Jul 2009 13:22:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flex Gumbo中如何通过baseColor样式设置FxButton背景颜色的例子</title>
		<link>http://blog.minidx.com/2009/07/04/2690.html</link>
		<comments>http://blog.minidx.com/2009/07/04/2690.html#comments</comments>
		<pubDate>Sat, 04 Jul 2009 13:22:32 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[FxButton]]></category>
		<category><![CDATA[Gumbo]]></category>
		<category><![CDATA[baseColor]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=2690</guid>
		<description><![CDATA[接下来的例子演示了Flex Gumbo中如何通过baseColor样式，设置FxButton背景颜色。







下面是代码：
Download: main.mxml&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;Application&#160;name=&#34;FxButton_baseColor_test&#34;
&#160; &#160; &#160; &#160; xmlns=&#34;http://ns.adobe.com/mxml/2009&#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;&#62;
&#160;
&#160; &#160; &#60;ApplicationControlBar&#160;dock=&#34;true&#34;&#62;
&#160; &#160; &#160; &#160; &#60;Form&#160;styleName=&#34;plain&#34;&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#60;FormItem&#160;label=&#34;baseColor:&#34;&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#60;ColorPicker&#160;id=&#34;colorPicker&#34;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; selectedColor=&#34;#CCCCCC&#34;&#160;/&#62;
&#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2009/07/04/2690.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex Gumbo中如何通过lineBreak样式设置Spark TextArea自动换行的例子</title>
		<link>http://blog.minidx.com/2009/07/04/2687.html</link>
		<comments>http://blog.minidx.com/2009/07/04/2687.html#comments</comments>
		<pubDate>Sat, 04 Jul 2009 08:22:44 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[FxTextArea]]></category>
		<category><![CDATA[Gumbo]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[lineBreak]]></category>
		<category><![CDATA[Text]]></category>
		<category><![CDATA[TextArea (Spark)]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=2687</guid>
		<description><![CDATA[接下来的例子演示了Flex Gumbo中如何通过在lineBreak样式中设置flashx.textLayout.formats.LineBreak类的静态constants，实现Spark TextArea自动换行。







下面是代码：
Download: main.mxml&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;s:Application&#160;name=&#34;Spark_TextArea_lineBreak_test&#34;
&#160; &#160; &#160; &#160; xmlns:fx=&#34;http://ns.adobe.com/mxml/2009&#34;
&#160; &#160; &#160; &#160; xmlns:s=&#34;library://ns.adobe.com/flex/spark&#34;
&#160; &#160; &#160; &#160; xmlns:mx=&#34;library://ns.adobe.com/flex/halo&#34;&#62;
&#160;
&#160; &#160; &#60;mx:ApplicationControlBar&#160;cornerRadius=&#34;0&#34; width=&#34;100%&#34;&#62;
&#160; &#160; &#160; &#160; &#60;mx:Form&#160;styleName=&#34;plain&#34;&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#60;mx:FormItem&#160;label=&#34;lineBreak:&#34;&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#60;s:DropDownList&#160;id=&#34;comboBox&#34; requiresSelection=&#34;true&#34;&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#60;s:dataProvider&#62;
&#160; &#160; &#160; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2009/07/04/2687.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7款你应该了解的Adobe AIR视频播放应用程序</title>
		<link>http://blog.minidx.com/2009/07/04/2685.html</link>
		<comments>http://blog.minidx.com/2009/07/04/2685.html#comments</comments>
		<pubDate>Sat, 04 Jul 2009 07:45:29 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[视频播放]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=2685</guid>
		<description><![CDATA[随着网络应用的普及以及各种硬件设备的快速发展，多媒体在网络应用上也取得了蓬勃的发展。比较早的互联网视频，基本上是基于Windows Media Player的，后来Real的RM格式占了一定份额，发展到现在，Adobe的Flash技术得到了广泛的应用，而随着AIR地推出，Adobe将触角延伸到了传统的桌面应用。
下面是7款相当Cool的Adobe AIR媒体播放程序，各有特色，尤其是对Youtube等在线媒体的搜索播放功能，更是一般媒体播放器所没有的，有兴趣的可以亲自体验一下：
Top 7 Adobe AIR Apps for Videos you should know
Related PostAdobe MAX 2008 Flex/AIR方面部分讲稿打包下载一篇关于Adobe Flash，Adobe Flex，Adobe AIR以及Microsoft Silverlight几款产品比较的精彩文章DestroyTwitter&#8211;又一款基于Adobe AIR平台的Twitter应用对于开发者和设计者来说超过30个非常不错的Adobe AIR应用Adobe AIR 1.5的Linux版本发布了一篇关于如何开发跨平台Adobe AIR应用的基础教程ReadAir&#8211;一款可以用来管理/订阅你的所有Feed的基于Adobe Air的工具利用Adobe Air 1.5 JS debugger在Adobe AIR中方便的使用JavascriptMVC（JSMVC）的教程Adobe AIR 1.5中如何使用SQLite加密功能的教程Adobe发布了Linux平台的64-bit Flash Player一个简单好用的Adobe AIR免费FLV播放器Flex应用中使用PDF的教程10款你应该了解的多媒体相关的Adobe AIR应用如何在Flash CS3中创建Adobe AIR应用的视频教Ubuntu下如何升级Adobe Air BetaToro: 又一款小巧的Adobe AIR-based Twitter客户端如何在Ubuntu平台下卸载Adobe Air应用创建一个可以自我启动的AIR应用是否可能？Flex Builder 3中使用Adobe AIR 1.1 SDK的具体步骤Cosmo: Adobe AIR 1.5已经可以使用了]]></description>
		<wfw:commentRss>http://blog.minidx.com/2009/07/04/2685.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex中如何在TextArea中使用Tab Stops的例子</title>
		<link>http://blog.minidx.com/2009/07/04/2683.html</link>
		<comments>http://blog.minidx.com/2009/07/04/2683.html#comments</comments>
		<pubDate>Fri, 03 Jul 2009 23:20:50 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[TextArea]]></category>
		<category><![CDATA[defaultTextFormat]]></category>
		<category><![CDATA[getTextField]]></category>
		<category><![CDATA[mx internal]]></category>
		<category><![CDATA[setTextFormat()]]></category>
		<category><![CDATA[tabStops]]></category>
		<category><![CDATA[TextFormat]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=2683</guid>
		<description><![CDATA[接下来的例子演示了Flex中如何通过在tabStops属性上设置TextFormat对象，defaultTextFormat属性以及setTextFormat()函数，在TextArea中使用Tab Stops。
让我们先来看一下Demo（可以点击这里察看源代码）：








下面是完整代码(或点击这里察看)：
Download: main.mxml&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;mx:Application&#160;name=&#34;TextArea_tabStops_test&#34;
&#160; &#160; &#160; &#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;&#62;
&#160;
&#160; &#160; &#60;mx:Script&#62;
&#160; &#160; &#160; &#160; &#60;![CDATA[
&#160; &#160; &#160; &#160; &#160; &#160; private function init1():void {
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; var tf:TextFormat = new TextFormat();
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2009/07/04/2683.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex中如何快速显示Twitter Feed的例子</title>
		<link>http://blog.minidx.com/2009/07/03/2681.html</link>
		<comments>http://blog.minidx.com/2009/07/03/2681.html#comments</comments>
		<pubDate>Fri, 03 Jul 2009 13:08:50 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[Feed]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=2681</guid>
		<description><![CDATA[接下来的例子演示了Flex中如何快速显示Twitter Feed。
让我们先来看一下Demo（可以点击这里察看源代码）：








下面是完整代码(或点击这里察看)：
Download: main.mxml&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#160;
&#60;mx:Application&#160;xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34; layout=&#34;absolute&#34; creationComplete=&#34;{feedLoader.send()}&#34;&#62;
&#160;
&#60;mx:Script&#62;
&#160;
&#60;![CDATA[
&#160;
import mx.controls.Alert;
&#160;
import mx.rpc.events.FaultEvent;
&#160;
import mx.rpc.events.ResultEvent;
&#160;
private function onRes(event:ResultEvent):void
&#160;
{
&#160;
_tweets = new XMLList(event.result.status);
&#160;
}
&#160;
private function onFault(event:FaultEvent):void
&#160;
{
&#160;
Alert.show(&#34;Unable to load feed!&#34;,&#34;Error&#34;);
&#160;
}
&#160;
[Bindable]private var _tweets:XMLList;
&#160;
]]&#62;
&#160;
&#60;/mx:Script&#62;
&#160;
&#60;mx:HTTPService&#160;id=&#34;feedLoader&#34; url=&#34;http://twitter.com/status/user_timeline/nathanpdaniel&#34; resultFormat=&#34;e4x&#34; result=&#34;onRes(event)&#34; fault=&#34;onFault(event)&#34; /&#62;
&#160;
&#60;mx:VBox&#160;width=&#34;400&#34;&#62;
&#160;
&#60;mx:Repeater&#160;id=&#34;repeat&#34; dataProvider=&#34;{_tweets}&#34; width=&#34;400&#34;&#62;
&#160;
&#60;mx:Text&#160;text=&#34;{repeat.currentItem.text}&#34; width=&#34;100%&#34; /&#62;
&#160;
&#60;/mx:Repeater&#62;
&#160;
&#60;/mx:VBox&#62;
&#160;
&#60;/mx:Application&#62;
代码：Flex.org 翻译/整理/编译：中文Flex例子

Related Post删除FeedSky的Feed托管，终于把elanso.com这个流氓给“甩”了DestroyTwitter&#8211;又一款基于Adobe AIR平台的Twitter应用对于开发者和设计者来说超过30个非常不错的Adobe AIR应用ReadAir&#8211;一款可以用来管理/订阅你的所有Feed的基于Adobe Air的工具Toro: 又一款小巧的Adobe AIR-based Twitter客户端Spaz&#8211;一款基于Adobe Spry和jQuery框架的开源Twitter客户端发现两个Feed的地址的PR居然也都变为了4Google Reader又抓不到我在FeedSky烧制的feed了自动在文章底部加上永久链接(Permalink)如何在Feed中自动输出原文链接(Permalink)信息泛滥的年代，应该如何保护我们的个人信息Wordpress的首页摘要显示而Feed全文输出的简单解决方案]]></description>
		<wfw:commentRss>http://blog.minidx.com/2009/07/03/2681.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
