<?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; as3corelib</title>
	<atom:link href="http://blog.minidx.com/tag/as3corelib/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>as3corelib系列教程之一:ArrayUtil类的用法</title>
		<link>http://blog.minidx.com/2008/09/03/1356.html</link>
		<comments>http://blog.minidx.com/2008/09/03/1356.html#comments</comments>
		<pubDate>Wed, 03 Sep 2008 03:28:42 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[ArrayUtil]]></category>
		<category><![CDATA[as3corelib]]></category>
		<category><![CDATA[教程]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=1356</guid>
		<description><![CDATA[as3corelib是一个非常不错的开源开发包，里面封装的类用起来都非常方便，不过可惜的是放出来的下载包里面只有一个关于JSON的Sample，这对于初学者尤其是Flex初学者来说相当的不方便。感谢Hydra1983，为我们编写了as3corelib的系列教程。目前这一工作还在进行中，已经出来几篇有需要的大家可以先看看。








这一篇是关于ArrayUtil类的用法的，包括Demo以及代码：
as3corelib Tutorial:How to Use ArrayUtil Class in Flex
你可能还对下列文章感兴趣:Flex4视频教程《一周学习Flex4》中文字幕版+离线下载播放器25篇非常详细的关于如何从PSD转换为HTML&#38;CSS的教程50篇Adobe PhotoShop教程超过30篇最新的高质量Adobe PhotoShop教程25篇很不错的Flash和ActionScript 3相关的教程]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/09/03/1356.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ActionScript 3 Libraries&#8211;一组为Flex和Flash开发者准备的ActionScript 3开源开发包</title>
		<link>http://blog.minidx.com/2008/07/11/1063.html</link>
		<comments>http://blog.minidx.com/2008/07/11/1063.html#comments</comments>
		<pubDate>Fri, 11 Jul 2008 14:10:18 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[as3corelib]]></category>
		<category><![CDATA[corelib]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[FlexUnit]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/2008/07/11/1063.html</guid>
		<description><![CDATA[搜了一下全文检索博客，居然发现除了在aPDF–Flex中创建并且输出PDF文件的又一个开源开发包中稍微有提到as3corelib，其他地方居然都没有，很多经常看到经常用到的很重要的东西，往往都会被忽略……呵呵，赶紧补上这一课。
ActionScript 3 Libraries实际上是一组为Flex和Flash开发者准备的ActionScript 3开源开发包，基于BSD协议，这对于商业用户来说是非常友好的。目前具体包括下面这些组件（我个人对corelib和FlexUnit较为欣赏，:) ）：








===============corelib===============The corelib project consists of several basic utilities for MD5 hashing, JSON serialization, advanced string and date parsing, and more.Project Page: http://code.google.com/p/as3corelib/Project Group: http://groups.google.com/group/as3corelibAuthors: Christian Cantrell, Mike Chambers, Daniel Dura, Darron SchallDependencies: FlexUnit===============eBay===============The eBay ActionScript 3.0 library provides an interface between the eBay XML API and ActionScript 3.0. This open-source library [...]]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/07/11/1063.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>aPDF&#8211;Flex中创建并且输出PDF文件的又一个开源开发包</title>
		<link>http://blog.minidx.com/2008/06/30/1016.html</link>
		<comments>http://blog.minidx.com/2008/06/30/1016.html#comments</comments>
		<pubDate>Mon, 30 Jun 2008 07:43:55 +0000</pubDate>
		<dc:creator>Minidxer</dc:creator>
				<category><![CDATA[Adobe其他]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AlivePDF]]></category>
		<category><![CDATA[aPDF]]></category>
		<category><![CDATA[as3corelib]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[pdf]]></category>

		<guid isPermaLink="false">http://blog.minidx.com/?p=1016</guid>
		<description><![CDATA[前面AlivePDF,一个ActionScript 3写的开源PDF开发包中介绍过AlivePDF这个PDF开发包，现在除了AlivePDF之外，又一款称为aPDF的可以供我们选择。aPDF有两个版本可以供我们选择：一个是基于as3corelib的图片解码的，另一个是基于mx.graphics.codec (Flex 3)的。如果是前面一款的话，还需要另外下载as3corelib。
有需要的可以去下面的Google Code地址上看看：








http://code.google.com/p/apdf/
你可能还对下列文章感兴趣:Flex中利用AMFPHP开发包通过PHP调用轻松生成输出PDF文档ActionScript 3 Libraries&#8211;一组为Flex和Flash开发者准备的ActionScript 3开源开发包AlivePDF,一个ActionScript 3写的开源PDF开发包Flex中如何使用可变参数的例子Flex应用中使用PDF的教程]]></description>
		<wfw:commentRss>http://blog.minidx.com/2008/06/30/1016.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 284/572 objects using disk

Served from: blog.minidx.com @ 2012-02-09 20:39:12 -->
