<?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>FlexMan &#187; as3corelib</title>
	<atom:link href="http://flexman.info/tag/as3corelib/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexman.info</link>
	<description>Everything is Flex</description>
	<lastBuildDate>Sat, 06 Mar 2010 13:58:21 +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>aPDF &#8211; An Open Source Development Kit Create &amp; Output PDF Files In Flex</title>
		<link>http://flexman.info/2008/12/11/apdf-an-open-source-development-kit-create-output-pdf-files-in-flex/</link>
		<comments>http://flexman.info/2008/12/11/apdf-an-open-source-development-kit-create-output-pdf-files-in-flex/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 06:25:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flex]]></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://flexman.info/2008/12/11/apdf-an-open-source-development-kit-create-output-pdf-files-in-flex/</guid>
		<description><![CDATA[In previous article AlivePDF: An Open Source PDF Development Kit Written By ActionScript 3 , we have introduced PDF development Kit: AlivePDF. Now besides AlivePDF, there is another aPDF we could choose. There are two version for choice: one is picture decoding based on as3corelib, another is based on mx.graphics.codec (flex 3). You need to [...]]]></description>
			<content:encoded><![CDATA[<p>In previous article <a href="http://flexman.info/2008/12/11/alivepdf-an-open-source-pdf-development-kit-written-by-actionscript-3/">AlivePDF: An Open Source PDF Development Kit Written By ActionScript 3 </a>, we have introduced PDF development Kit: AlivePDF. Now besides AlivePDF, there is another aPDF we could choose. There are two version for choice: one is picture decoding based on as3corelib, another is based on mx.graphics.codec (flex 3). You need to download as3corelib if use the former. If you are interested in it please visit the following URL, hope it will be helpful to you.</p>
<div class="adsDiv">
<script type="text/javascript"><!--
google_ad_client = "pub-2748932162110627";
/* 1st-FlexMan-Article-336-280-01 */
google_ad_slot = "5782465088";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><span id="more-197"></span></p>
<p><a href="http://code.google.com/p/apdf/">http://code.google.com/p/apdf/</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2009/05/29/an-open-source-configuration-tool-for-actionscript-2-3-sprouts/" title="An Open Source Configuration Tool For ActionScript 2/3 &#8211; Sprouts">An Open Source Configuration Tool For ActionScript 2/3 &#8211; Sprouts</a></li><li><a href="http://flexman.info/2009/01/05/flexunit-an-testing-framework-for-flex-and-actionscript-3-0/" title="FlexUnit &#8212; An Testing Framework For Flex and ActionScript 3.0">FlexUnit &#8212; An Testing Framework For Flex and ActionScript 3.0</a></li><li><a href="http://flexman.info/2008/12/18/example-shows-how-to-use-variable-parameters-in-flex/" title="Example Shows How to Use Variable Parameters In Flex">Example Shows How to Use Variable Parameters In Flex</a></li><li><a href="http://flexman.info/2008/11/10/a-tutorial-about-using-pdf-in-flex-application/" title="A Tutorial About Using PDF in Flex Application">A Tutorial About Using PDF in Flex Application</a></li><li><a href="http://flexman.info/2008/09/04/how-to-use-arrayutil-class-one-of-the-as3corelib-tutorial/" title="How to use ArrayUtil Class? One of the as3corelib Tutorial">How to use ArrayUtil Class? One of the as3corelib Tutorial</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2008/12/11/apdf-an-open-source-development-kit-create-output-pdf-files-in-flex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use ArrayUtil Class? One of the as3corelib Tutorial</title>
		<link>http://flexman.info/2008/09/04/how-to-use-arrayutil-class-one-of-the-as3corelib-tutorial/</link>
		<comments>http://flexman.info/2008/09/04/how-to-use-arrayutil-class-one-of-the-as3corelib-tutorial/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 15:11:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flex]]></category>
		<category><![CDATA[ArrayUtil]]></category>
		<category><![CDATA[as3corelib]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://flexman.info/2008/09/04/how-to-use-arrayutil-class-one-of-the-as3corelib-tutorial/</guid>
		<description><![CDATA[as3corelib is an excellent open source package. The class inside is very convenient to use. But so pity we could only find a JSON sample on its official website. It is so difficult for Flex beginners to understand these classes. Now let&#8217;s thank Hydra1983, he has written the serial tutorial for as3corelib. Now the work [...]]]></description>
			<content:encoded><![CDATA[<p>as3corelib is an excellent open source package. The class inside is very convenient to use. But so pity we could only find a JSON sample on its official website. It is so difficult for Flex beginners to understand these classes. Now let&#8217;s thank <a href="http://ntt.cc/authors">Hydra1983</a>, he has written the serial tutorial for as3corelib. Now the work is still in progress. We could read some first.</p>
<div class="adsDiv">
<script type="text/javascript"><!--
google_ad_client = "pub-2748932162110627";
/* 1st-FlexMan-Article-336-280-01 */
google_ad_slot = "5782465088";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<p><span id="more-49"></span></p>
<p>Following is an article about the usage of ArrayUtil class with the Demo and code.</p>
<p><a href="http://ntt.cc/2008/09/01/as3corelib-tutorial-how-to-use-arrayutil-class-in-flex.html">as3corelib Tutorial:How to Use ArrayUtil Class in Flex</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2008/12/11/apdf-an-open-source-development-kit-create-output-pdf-files-in-flex/" title="aPDF &#8211; An Open Source Development Kit Create &amp; Output PDF Files In Flex">aPDF &#8211; An Open Source Development Kit Create &amp; Output PDF Files In Flex</a></li><li><a href="http://flexman.info/2008/11/06/a-video-tutorial-about-php-working-with-flex/" title="A Video Tutorial About PHP Working With Flex">A Video Tutorial About PHP Working With Flex</a></li><li><a href="http://flexman.info/2008/10/05/a-classical-tutorial-how-t-create-sector-menu/" title="A Classical Tutorial: How to Create Sector Menu">A Classical Tutorial: How to Create Sector Menu</a></li><li><a href="http://flexman.info/2008/10/04/a-classical-skin-tutorial-of-flex-kingnarestyle/" title="A Classical Skin Tutorial of Flex: KingnareStyle">A Classical Skin Tutorial of Flex: KingnareStyle</a></li><li><a href="http://flexman.info/2010/03/06/a-testing-framework-for-flex-23-reflex-unit/" title="A Testing Framework For Flex 2/3 &ndash; Reflex Unit">A Testing Framework For Flex 2/3 &ndash; Reflex Unit</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2008/09/04/how-to-use-arrayutil-class-one-of-the-as3corelib-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
