<?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; library</title>
	<atom:link href="http://blog.minidx.com/tag/library/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>一份相当巨大的ActionScript Library列表</title>
		<link>http://blog.minidx.com/2008/10/19/1555.html</link>
		<comments>http://blog.minidx.com/2008/10/19/1555.html#comments</comments>
		<pubDate>Sun, 19 Oct 2008 07:31:39 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[library]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=1555</guid>
		<description><![CDATA[一份相当巨大的ActionScript Library列表，包含了常用的一些ActionScript开发包，也有一些是头一次看到。对于开发者来说，这些东西简直就是一个巨大的“宝库”。列表文章是日文的，不过并不影响我们阅读，有需要的可以收藏一下。
ActionScript Library列表：
http://digitechlog.com/2008/10/19/the-list-of-actionscript-library.html
你可能还对下列文章感兴趣:利用XIFF AS3 Library连接基于XMPP / Jabber标准的服务器Flash AS3化骨綿掌之Flash AS3 Compiler的Bug8款很实用的Actionscript写的位图(BitMap)操作类25篇很不错的Flash和ActionScript 3相关的教程Flex中如何使用可变参数的例子]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/10/19/1555.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>URLKit开发包：让你的Flex应用也可以轻松的实现显示当前URL和重新描画当前窗口的标题</title>
		<link>http://blog.minidx.com/2008/10/02/1456.html</link>
		<comments>http://blog.minidx.com/2008/10/02/1456.html#comments</comments>
		<pubDate>Thu, 02 Oct 2008 15:26:10 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[title]]></category>
		<category><![CDATA[URL]]></category>
		<category><![CDATA[URLKit]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/10/02/1456.html</guid>
		<description><![CDATA[Flex的应用（其实应该是RIA应用，因为Ajax也同样存在这样的问题），一个相当让人头疼得问题就是，无法将页面的URL在浏览器的地址栏中即时的显示，这样使得用户希望保存当前的页面到BookMark，以便于下次快速访问成为了不可能。如果要自己写代码解决这个问题，使得Flex应用和普通的HTML页面一样，那是相当麻烦的一件事情。不过好在我们有URLKit，可以帮我们非常方便的解决这一问题，感谢joseph.berkovitz。URLKit里面本身包含了一个Sample应用，便于开发者参考，当然，URLKit本身也是开发源代码的。








这里是URLKit在Google code上的URL：
http://code.google.com/p/urlkit/
你可能还对下列文章感兴趣:一份相当巨大的ActionScript Library列表Flex中通过&#8220;.windowStyles&#8221;样式, &#8220;.windowStatus&#8221;样式和TitleWindow样式自定义TitleWindow样式的例子利用XIFF AS3 Library连接基于XMPP / Jabber标准的服务器GWT-Ext:又一款超级强大的widget library将任意的非ASCII字符串进行HTML的URL编码]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/10/02/1456.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>利用XIFF AS3 Library连接基于XMPP / Jabber标准的服务器</title>
		<link>http://blog.minidx.com/2008/08/16/1260.html</link>
		<comments>http://blog.minidx.com/2008/08/16/1260.html#comments</comments>
		<pubDate>Sat, 16 Aug 2008 03:04:14 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Jabber]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[XIFF]]></category>
		<category><![CDATA[XMPP]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/08/16/1260.html</guid>
		<description><![CDATA[MSN，Yahoo Message，AIM等很多即时通讯软件都支持Jabber标准，Flex中，利用XIFF ActionScript 3 library这个开发包，我们可以很容易的实现Jabber标准下的各种通信，比如加入一个聊天室，发送和接受一条消息，Mike Chambers打算写一个XMPP的聊天客户端，他先写了一个简单的XIFF ActionScript 3 library例子，实现了一些基本的功能，有需要的可以参考一下。








XIFF ActionScript 3 library地址：
http://www.igniterealtime.org/projects/xiff/
下面是Mike Chambers的例子地址：
Connecting to an XMPP / Jabber Server with the XIFF AS3 Library
你可能还对下列文章感兴趣:一份相当巨大的ActionScript Library列表36款新鲜出炉的很酷的Flex/AS3组件，开发包和工具Flash AS3化骨綿掌之Flash AS3 Compiler的Bug8款很实用的Actionscript写的位图(BitMap)操作类25篇很不错的Flash和ActionScript 3相关的教程]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/08/16/1260.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GWT-Ext:又一款超级强大的widget library</title>
		<link>http://blog.minidx.com/2008/03/26/637.html</link>
		<comments>http://blog.minidx.com/2008/03/26/637.html#comments</comments>
		<pubDate>Tue, 25 Mar 2008 16:12:40 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[程序开发相关]]></category>
		<category><![CDATA[ExtJs]]></category>
		<category><![CDATA[Fjax]]></category>
		<category><![CDATA[GWT]]></category>
		<category><![CDATA[GWT-Ext]]></category>
		<category><![CDATA[LGPL]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/03/26/637.html</guid>
		<description><![CDATA[GWT（Google Web Toolkit）对很多人来说应该都不会陌生，同样ExtJs的强大很多Web开发者估计都亲身体验过，那如果把这两者结合，将会是怎么样的效果呢？经由Dreamer的文章，让我了解到了居然真的有人将这两者做了整合，于是gwt-ext这一款超级强大的widget library横空出世了。其效果不得不用“震撼”来形容，这个和当初体验了Fjax之后的感觉是一样的。








GWT-Ext基于GNU Lesser General Public Licence (LGPL), v 3.0的licence，这对于需要用widget library来开发自己产品的商业用户来说是一个不错的消息。
该项目的主页可以访问这里：http://code.google.com/p/gwt-ext-ux
产品主页在这里：http://gwt-ext.com/
想马上体验一下的朋友直接点下面的图片就可以进入Demo演示了。

你可能还对下列文章感兴趣:一份相当巨大的ActionScript Library列表URLKit开发包：让你的Flex应用也可以轻松的实现显示当前URL和重新描画当前窗口的标题OFCGWT:一款基于Open Flash Chart 2的简单的GWT图形器件利用XIFF AS3 Library连接基于XMPP / Jabber标准的服务器利用GWT开发iPhone应用的6项不错的资源]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/03/26/637.html/feed</wfw:commentRss>
		<slash:comments>2</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 using disk
Object Caching 355/687 objects using disk

Served from: blog.minidx.com @ 2012-02-09 18:06:47 -->
