<?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; MXML</title>
	<atom:link href="http://blog.minidx.com/tag/mxml/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中通过给flash.net包自定一个命名空间在MXML中定义FileReference对象的例子</title>
		<link>http://blog.minidx.com/2008/08/28/1327.html</link>
		<comments>http://blog.minidx.com/2008/08/28/1327.html#comments</comments>
		<pubDate>Thu, 28 Aug 2008 15:14:23 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[FileReference]]></category>
		<category><![CDATA[MXML]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/08/28/1327.html</guid>
		<description><![CDATA[在前面的Flex中利用FileReference类下载文件的例子中，我们了解了FileReference的基本用法。接下来的例子演示了Flex中通过给flash.net包自定一个命名空间，在MXML中定义FileReference对象。
让我们先来看一下Demo（可以右键View Source或点击这里察看源代码）：









下面是完整代码(或点击这里察看)：
Download: main.mxml&#60;?xml version=&#34;1.0&#34; encoding=&#34;utf-8&#34;?&#62;
&#60;!-- http://blog.flexexamples.com/2008/08/25/creating-a-filereference-object-using-mxml-in-flex/ --&#62;
&#60;mx:Application&#160;name=&#34;FileReference_download_test_2&#34;
&#160; &#160; &#160; &#160; xmlns:mx=&#34;http://www.adobe.com/2006/mxml&#34;
&#160; &#160; &#160; &#160; xmlns:net=&#34;flash.net.*&#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; import mx.controls.Alert;
&#160;
&#160; &#160; &#160; &#160; &#160; &#160; private const DOWNLOAD_URL:String = &#34;http://blog.flexexamples.com/wp-content/uploads/FileReference_download_test_2/bin/srcview/FileReference_download_test_2.zip&#34;;
&#160;
&#160; &#160; &#160; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/08/28/1327.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RemoteFileList&#8211;一款好用的文件操作Flex组件</title>
		<link>http://blog.minidx.com/2008/08/20/1282.html</link>
		<comments>http://blog.minidx.com/2008/08/20/1282.html#comments</comments>
		<pubDate>Tue, 19 Aug 2008 16:09:16 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[MXML]]></category>
		<category><![CDATA[RemoteFileGrid]]></category>
		<category><![CDATA[RemoteFileHList]]></category>
		<category><![CDATA[RemoteFileList]]></category>
		<category><![CDATA[RemoteFileTile]]></category>
		<category><![CDATA[文件操作]]></category>
		<category><![CDATA[组件]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/08/20/1282.html</guid>
		<description><![CDATA[该组件其实包括4部分：RemoteFileGrid, RemoteFileTile, RemoteFileList, RemoteFileHList。看名字就应该知道他们的功能了吧。通过该款组件，可以非常轻松的创建一个文件管理或者照片浏览之类的应用，而你所需要做的，仅仅是在MXML中调用相关的函数。当然作为基本的功能，还支持常用的前进，后退等导航功能以及文件的删除，复制，移动，目录的创建等操作。有相关需求的可以试试看。








 
下面是URL地址：
http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&#38;extid=1673518
你可能还对下列文章感兴趣:FlexPaper: 一个轻量级的在浏览器上显示各种文档的Flex开源组件Flex中通过给flash.net包自定一个命名空间在MXML中定义FileReference对象的例子Flex中如何通过formatString属性对DateField控件字符串进行格式化的例子论Flex 3编译器的设计Flex做的连续滚动的相册缩略图组件（附源代码）]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/08/20/1282.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flex中如何通过formatString属性对DateField控件字符串进行格式化的例子</title>
		<link>http://blog.minidx.com/2008/07/24/1127.html</link>
		<comments>http://blog.minidx.com/2008/07/24/1127.html#comments</comments>
		<pubDate>Thu, 24 Jul 2008 14:23:11 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[DateField]]></category>
		<category><![CDATA[formatString]]></category>
		<category><![CDATA[MXML]]></category>
		<category><![CDATA[字符串]]></category>
		<category><![CDATA[格式化]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/07/24/1127.html</guid>
		<description><![CDATA[接下来的例子演示了MXML和ActionScript中如何通过formatString属性，对DateField控件字符串进行格式化。
让我们先来看一下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;top&#34;
&#160; &#160; &#160; &#160; backgroundColor=&#34;white&#34;&#62;
&#160;
&#160; &#160; &#60;mx:ApplicationControlBar&#160;dock=&#34;true&#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;formatString:&#34; direction=&#34;horizontal&#34;&#62;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#60;mx:Button&#160;label=&#34;YYYY/MM/DD&#34;
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; click=&#34;dateField.formatString='YYYY/MM/DD';&#34;&#160;/&#62;
&#160; &#160; &#160; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/07/24/1127.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>论Flex 3编译器的设计</title>
		<link>http://blog.minidx.com/2008/06/19/910.html</link>
		<comments>http://blog.minidx.com/2008/06/19/910.html#comments</comments>
		<pubDate>Thu, 19 Jun 2008 11:49:50 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[MXML]]></category>
		<category><![CDATA[编译器]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=910</guid>
		<description><![CDATA[提到Flex的编译器，通常就会被认为是mxmlc这个用来创建SWF的各子类编译器的集合。这一集合中主要包含用来编译.as的flex2.compiler.as3.Compiler和用来编译.mxml的flex2.compiler.mxml.Compiler，而flex2.compiler.abc.Compiler则被用来在预编译ABC(ActionScript Byte Code)阶段，用来判断类型选择编译器，还有flex2.compiler.css.Compiler和flex2.compiler.i18n.Compiler，分别用来即使编译swf的CSS和对.properties类文件的转换。







Adobe在它自己的wiki上发了一篇Flex 3 Compiler Design，对上面各个编译器以及整体设计做了一些说明。相信对于那些不满足于仅仅是堆砌as或是mxml代码的朋友们来说，是一篇很有吸引力值得阅读的文章。Enjoy~~~
你可能还对下列文章感兴趣:jsf-flex: 像创建JavaServer Faces(JSF)组件那样创建Flex组件开始使用ActionScript 3.0的6个理由&#8212;呃，是否牵强了点？Flex中如何通过formatString属性对DateField控件字符串进行格式化的例子Web开发中Flex程序员们可真是&#8220;钱途&#8221;无量啊学习编程语言的一种境界]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/06/19/910.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex中利用PopUpManager类创建自定义MXML组件并且在pop-up框中显示类名称的例子</title>
		<link>http://blog.minidx.com/2008/03/21/617.html</link>
		<comments>http://blog.minidx.com/2008/03/21/617.html#comments</comments>
		<pubDate>Fri, 21 Mar 2008 15:47:58 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[centerPopUp]]></category>
		<category><![CDATA[CLOSE]]></category>
		<category><![CDATA[createPopUp]]></category>
		<category><![CDATA[MXML]]></category>
		<category><![CDATA[PopUpManager]]></category>
		<category><![CDATA[showCloseButton]]></category>
		<category><![CDATA[TitleWindow]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/03/21/617.html</guid>
		<description><![CDATA[在前面的Flex中利用PopUpManager类创建自定义pop-up窗口的例子中，我们了解了Flex中如何利用PopUpManager类创建pop-up窗口。
接下来的例子中我们来了解一下如何创建一个MXML组件，传递类的名称给静态（static）的PopUpManager.createPopUp()事件并且显示在pop-up对话框中。
下面是完整代码：








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;&#62;
&#160;
&#160; &#160; &#60;mx:Script&#62;
&#160; &#160; &#160; &#160; &#60;![CDATA[
&#160; &#160; &#160; &#160; &#160; &#160; import&#160;mx.managers.PopUpManager;
&#160;
&#160; &#160; &#160; &#160; &#160; &#160; private&#160;function launchMoreInfo():void {
&#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; var&#160;win:Dialog = PopUpManager.createPopUp(this, Dialog, true) as Dialog;
&#160; &#160; &#160; &#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/03/21/617.html/feed</wfw:commentRss>
		<slash:comments>0</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/31 queries in 0.347 seconds using disk
Object Caching 436/851 objects using disk

Served from: blog.minidx.com @ 2012-02-09 15:59:05 -->
