<?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; AS3</title>
	<atom:link href="http://flexman.info/tag/as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexman.info</link>
	<description>Everything is Flex</description>
	<lastBuildDate>Wed, 21 Jul 2010 16:31:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>16 Useful AS3 Mathematical Formulas</title>
		<link>http://flexman.info/2010/07/07/16-useful-as3-mathematical-formulas/</link>
		<comments>http://flexman.info/2010/07/07/16-useful-as3-mathematical-formulas/#comments</comments>
		<pubDate>Wed, 07 Jul 2010 05:12:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flash]]></category>
		<category><![CDATA[Adobe-Flex]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Formulas]]></category>
		<category><![CDATA[Mathematical]]></category>

		<guid isPermaLink="false">http://flexman.info/?p=353</guid>
		<description><![CDATA[The mathematical calculation will be used regularly in our Flash/Flex applications, there are many open source libraries we can use, but not all of them are always suitable. For example, if we only want to calculate the distance between two points, import a library will be superfluous. Here is a list of 16 Useful Mathematical [...]]]></description>
			<content:encoded><![CDATA[<p>The mathematical calculation will be used regularly in our Flash/Flex applications, there are many open source libraries we can use, but not all of them are always suitable. For example, if we only want to calculate the distance between two points, import a library will be superfluous.  Here is a list of <em>16 Useful Mathematical Formulas In ActionScript 3</em>:</p>
<div style="margin: 0px 0px 0px 15px;">
<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-353"></span><br />
<a href="http://ntt.cc/2010/07/06/16-useful-mathematical-formulas-in-actionscript-3.html">16 Useful Mathematical Formulas In ActionScript 3</a><br />
Enjoy!</p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2010/02/24/an-actionscript-3-cross-browser-compliant-htmlcss-rendering-engine-wrapper/" title="An ActionScript 3 Cross-browser Compliant HTML/CSS Rendering Engine &#8211; Wrapper">An ActionScript 3 Cross-browser Compliant HTML/CSS Rendering Engine &#8211; Wrapper</a></li><li><a href="http://flexman.info/2009/12/27/a-real-layout-manager-in-as3-baseui/" title="A Real Layout Manager in AS3 &#8211; BaseUI">A Real Layout Manager in AS3 &#8211; BaseUI</a></li><li><a href="http://flexman.info/2009/11/30/an-intuitive-user-friendly-3d-engine-in-actionscript-2-3-sandy/" title="An Intuitive &amp; User Friendly 3D Engine in ActionScript 2/3 &#8211; Sandy">An Intuitive &amp; User Friendly 3D Engine in ActionScript 2/3 &#8211; Sandy</a></li><li><a href="http://flexman.info/2009/11/15/a-general-purpose-as3-particle-system%e2%80%93pulse-particle/" title="A General Purpose AS3 Particle System &ndash; Pulse Particle">A General Purpose AS3 Particle System &ndash; Pulse Particle</a></li><li><a href="http://flexman.info/2009/11/01/java-based-spring-framework-written-in-actionscript-3-spring-actionscript/" title="Java-based Spring Framework Written in ActionScript 3 &#8211; Spring Actionscript">Java-based Spring Framework Written in ActionScript 3 &#8211; Spring Actionscript</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2010/07/07/16-useful-as3-mathematical-formulas/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Real Layout Manager in AS3 &#8211; BaseUI</title>
		<link>http://flexman.info/2009/12/27/a-real-layout-manager-in-as3-baseui/</link>
		<comments>http://flexman.info/2009/12/27/a-real-layout-manager-in-as3-baseui/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 14:17:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flash]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[BaseUI]]></category>
		<category><![CDATA[Layout Manager]]></category>

		<guid isPermaLink="false">http://flexman.info/2009/12/27/a-real-layout-manager-in-as3-baseui/</guid>
		<description><![CDATA[BaseUI is a layout manager in ActionScript 3 allow you to handle assets positioning by using properties on your DisplayObject like top, bottom, width, percentage width, horizontal center and so on, to make them working with the resize event (when the browser is resized by the user). It help you to handle liquid layouts but [...]]]></description>
			<content:encoded><![CDATA[<p>BaseUI is a layout manager in ActionScript 3 allow you to handle assets positioning by using properties on your DisplayObject like top, bottom, width, percentage width, horizontal center and so on, to make them working with the resize event (when the browser is resized by the user). It help you to handle liquid layouts but also works with fixed layouts. It can be used in any flash site, except to include distribute it in another framework, application, template, component or structure that is meant to build, scaffold, generate source file. You can download it and get more details in following URL:</p>
<div style="margin: 0px 0px 0px 15px;">
<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-339"></span>
<p><a title="http://www.soundstep.com/blog/downloads/baseui/" href="http://www.soundstep.com/blog/downloads/baseui/">http://www.soundstep.com/blog/downloads/baseui/</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2010/07/07/16-useful-as3-mathematical-formulas/" title="16 Useful AS3 Mathematical Formulas">16 Useful AS3 Mathematical Formulas</a></li><li><a href="http://flexman.info/2009/11/15/a-general-purpose-as3-particle-system%e2%80%93pulse-particle/" title="A General Purpose AS3 Particle System &ndash; Pulse Particle">A General Purpose AS3 Particle System &ndash; Pulse Particle</a></li><li><a href="http://flexman.info/2009/10/06/an-open-source-flash-as3-motion-library-for-partigen-2-desuade-motion-package-dmp/" title="An Open Source Flash AS3 Motion Library For Partigen 2 &#8211; Desuade Motion Package (DMP)">An Open Source Flash AS3 Motion Library For Partigen 2 &#8211; Desuade Motion Package (DMP)</a></li><li><a href="http://flexman.info/2009/04/11/flexcover-code-coverage-tool-for-flex-air-as3/" title="Flexcover &#8211; Code Coverage Tool For Flex/AIR/AS3">Flexcover &#8211; Code Coverage Tool For Flex/AIR/AS3</a></li><li><a href="http://flexman.info/2009/03/30/servebox-foundry-an-actionscript3-java-framework-designed-for-flex2-3-applications-development/" title="Servebox Foundry &#8211; An Actionscript3 Java Framework Designed For Flex2/3 Applications Development">Servebox Foundry &#8211; An Actionscript3 Java Framework Designed For Flex2/3 Applications Development</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2009/12/27/a-real-layout-manager-in-as3-baseui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A General Purpose AS3 Particle System &#8211; Pulse Particle</title>
		<link>http://flexman.info/2009/11/15/a-general-purpose-as3-particle-system%e2%80%93pulse-particle/</link>
		<comments>http://flexman.info/2009/11/15/a-general-purpose-as3-particle-system%e2%80%93pulse-particle/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 13:22:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flash]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Particle]]></category>
		<category><![CDATA[Pulse Particle]]></category>

		<guid isPermaLink="false">http://flexman.info/2009/11/15/a-general-purpose-as3-particle-system%e2%80%93pulse-particle/</guid>
		<description><![CDATA[Pulse Particle is a general purpose engine for AS3. It main features like: Configurable rule based particle behavior. Both a full featured object orientated syntax, and a simplified quick object syntax. Flash .mxp extension for easy integration for designers. You can know how it works by the demo which shows a few of the possible [...]]]></description>
			<content:encoded><![CDATA[<p>Pulse Particle is a general purpose engine for AS3. It main features like: Configurable rule based particle behavior. Both a full featured object orientated syntax, and a simplified quick object syntax. Flash .mxp extension for easy integration for designers. You can know how it works by the demo which shows a few of the possible effect. It has video tutorials then you can master it easily. If you are interested in it, why not visit following URL to download it.</p>
<div style="margin: 0px 0px 0px 15px;">
<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-336"></span>
<p><a title="http://rogue-development.com/pulseParticles.html" href="http://rogue-development.com/pulseParticles.html">http://rogue-development.com/pulseParticles.html</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2010/07/07/16-useful-as3-mathematical-formulas/" title="16 Useful AS3 Mathematical Formulas">16 Useful AS3 Mathematical Formulas</a></li><li><a href="http://flexman.info/2009/12/27/a-real-layout-manager-in-as3-baseui/" title="A Real Layout Manager in AS3 &#8211; BaseUI">A Real Layout Manager in AS3 &#8211; BaseUI</a></li><li><a href="http://flexman.info/2009/10/06/an-open-source-flash-as3-motion-library-for-partigen-2-desuade-motion-package-dmp/" title="An Open Source Flash AS3 Motion Library For Partigen 2 &#8211; Desuade Motion Package (DMP)">An Open Source Flash AS3 Motion Library For Partigen 2 &#8211; Desuade Motion Package (DMP)</a></li><li><a href="http://flexman.info/2009/04/11/flexcover-code-coverage-tool-for-flex-air-as3/" title="Flexcover &#8211; Code Coverage Tool For Flex/AIR/AS3">Flexcover &#8211; Code Coverage Tool For Flex/AIR/AS3</a></li><li><a href="http://flexman.info/2009/03/30/servebox-foundry-an-actionscript3-java-framework-designed-for-flex2-3-applications-development/" title="Servebox Foundry &#8211; An Actionscript3 Java Framework Designed For Flex2/3 Applications Development">Servebox Foundry &#8211; An Actionscript3 Java Framework Designed For Flex2/3 Applications Development</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2009/11/15/a-general-purpose-as3-particle-system%e2%80%93pulse-particle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Open Source Flash AS3 Motion Library For Partigen 2 &#8211; Desuade Motion Package (DMP)</title>
		<link>http://flexman.info/2009/10/06/an-open-source-flash-as3-motion-library-for-partigen-2-desuade-motion-package-dmp/</link>
		<comments>http://flexman.info/2009/10/06/an-open-source-flash-as3-motion-library-for-partigen-2-desuade-motion-package-dmp/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 01:05:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flex]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Desuade Motion Package]]></category>
		<category><![CDATA[Motion Library]]></category>

		<guid isPermaLink="false">http://flexman.info/2009/10/06/an-open-source-flash-as3-motion-library-for-partigen-2-desuade-motion-package-dmp/</guid>
		<description><![CDATA[The Desuade Motion Package supplies more than an innovative way to create motion. It contains a powerful tweening engine in the core along with standard sequencing and physics. Desuade is revolutionizing the way developers and designers code animations with the industry introduction of MotionControllers&#38;trade. The pragmatic approach to creating complex animations using virtual keyframes most [...]]]></description>
			<content:encoded><![CDATA[<p>The Desuade Motion Package supplies more than an innovative way to create motion. It contains a powerful tweening engine in the core along with standard sequencing and physics. Desuade is revolutionizing the way developers and designers code animations with the industry introduction of MotionControllers&amp;trade. The pragmatic approach to creating complex animations using virtual keyframes most like the Flash CS4’s Motion Editor. Now you can download it in following URL:</p>
<div style="margin: 0px 0px 0px 15px;">
<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-329"></span>
<p><a title="http://desuade.com/dmp" href="http://desuade.com/dmp">http://desuade.com/dmp</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2010/07/07/16-useful-as3-mathematical-formulas/" title="16 Useful AS3 Mathematical Formulas">16 Useful AS3 Mathematical Formulas</a></li><li><a href="http://flexman.info/2009/12/27/a-real-layout-manager-in-as3-baseui/" title="A Real Layout Manager in AS3 &#8211; BaseUI">A Real Layout Manager in AS3 &#8211; BaseUI</a></li><li><a href="http://flexman.info/2009/11/15/a-general-purpose-as3-particle-system%e2%80%93pulse-particle/" title="A General Purpose AS3 Particle System &ndash; Pulse Particle">A General Purpose AS3 Particle System &ndash; Pulse Particle</a></li><li><a href="http://flexman.info/2009/04/11/flexcover-code-coverage-tool-for-flex-air-as3/" title="Flexcover &#8211; Code Coverage Tool For Flex/AIR/AS3">Flexcover &#8211; Code Coverage Tool For Flex/AIR/AS3</a></li><li><a href="http://flexman.info/2009/03/30/servebox-foundry-an-actionscript3-java-framework-designed-for-flex2-3-applications-development/" title="Servebox Foundry &#8211; An Actionscript3 Java Framework Designed For Flex2/3 Applications Development">Servebox Foundry &#8211; An Actionscript3 Java Framework Designed For Flex2/3 Applications Development</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2009/10/06/an-open-source-flash-as3-motion-library-for-partigen-2-desuade-motion-package-dmp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flexcover &#8211; Code Coverage Tool For Flex/AIR/AS3</title>
		<link>http://flexman.info/2009/04/11/flexcover-code-coverage-tool-for-flex-air-as3/</link>
		<comments>http://flexman.info/2009/04/11/flexcover-code-coverage-tool-for-flex-air-as3/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 15:27:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flex]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Flexcover]]></category>

		<guid isPermaLink="false">http://flexman.info/2009/04/11/flexcover-code-coverage-tool-for-flex-air-as3/</guid>
		<description><![CDATA[As the title the Flexcover is a code coverage tool for Flex, AIR and AS3. It provides code coverage instrumentation, data collection and reporting tools for Adobe Flex and AIR applications. It is developed by joseph.berkovitz and you could get more information from following URL on google code: http://code.google.com/p/flexcover/ Related PostsAFIO( Advanced Flex I/O ) [...]]]></description>
			<content:encoded><![CDATA[<p>As the title the Flexcover is a code coverage tool for Flex, AIR and AS3. It provides code coverage instrumentation, data collection and reporting tools for Adobe Flex and AIR applications. It is developed by joseph.berkovitz and you could get more information from following URL on google code:</p>
<div style="margin: 0px 0px 0px 15px;">
<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-277"></span>
<p><a title="http://code.google.com/p/flexcover/" href="http://code.google.com/p/flexcover/">http://code.google.com/p/flexcover/</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2008/11/22/afio-advanced-flex-i-o-framework-similar-to-java-i-o-but-more-easy-to-use-written-by-as3/" title="AFIO( Advanced Flex I/O ) &#8211; Framework Similar To Java I/O But More Easy To Use Written By AS3">AFIO( Advanced Flex I/O ) &#8211; Framework Similar To Java I/O But More Easy To Use Written By AS3</a></li><li><a href="http://flexman.info/2009/11/21/a-mx-framework-for-flash-flex-air-razor-component-framework/" title="A MX Framework for Flash/Flex &amp; AIR &#8211; Razor Component Framework">A MX Framework for Flash/Flex &amp; AIR &#8211; Razor Component Framework</a></li><li><a href="http://flexman.info/2009/10/30/application-framework-for-flex-and-flash-in-as3-parsley/" title="Application Framework For Flex and Flash in AS3 &#8211; Parsley">Application Framework For Flex and Flash in AS3 &#8211; Parsley</a></li><li><a href="http://flexman.info/2009/03/09/25-photoimage-applications-based-on-flexair/" title="25 Photo/Image Applications Based On Flex/AIR  ">25 Photo/Image Applications Based On Flex/AIR  </a></li><li><a href="http://flexman.info/2009/01/31/an-excellent-article-about-adobe-flash-adobe-flex-adobe-air-and-microsoft-silverlight/" title="An Excellent Article About Adobe Flash, Adobe Flex, Adobe AIR and Microsoft Silverlight">An Excellent Article About Adobe Flash, Adobe Flex, Adobe AIR and Microsoft Silverlight</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2009/04/11/flexcover-code-coverage-tool-for-flex-air-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Servebox Foundry &#8211; An Actionscript3 Java Framework Designed For Flex2/3 Applications Development</title>
		<link>http://flexman.info/2009/03/30/servebox-foundry-an-actionscript3-java-framework-designed-for-flex2-3-applications-development/</link>
		<comments>http://flexman.info/2009/03/30/servebox-foundry-an-actionscript3-java-framework-designed-for-flex2-3-applications-development/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 14:27:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flash]]></category>
		<category><![CDATA[Adobe-Flex]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Foundary]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Servebox]]></category>

		<guid isPermaLink="false">http://flexman.info/2009/03/30/servebox-foundry-an-actionscript3-java-framework-designed-for-flex2-3-applications-development/</guid>
		<description><![CDATA[Generally to say the ServeBox Foundry ( sbasfoundry ) is an ActionScript 3 Java framework designed for Flex 2 applications development. It based on several design patterns. You could also find more information about the projects and tips, tutorials about Flex and Java on the following URL. http://www.servebox.org/ Related PostsA Very Useful AIR-Java Tool &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>Generally to say the ServeBox Foundry ( sbasfoundry ) is an ActionScript 3 Java framework designed for Flex 2 applications development. It based on several design patterns. You could also find more information about the projects and tips, tutorials about Flex and Java on the following URL.</p>
<div style="margin: 0px 0px 0px 15px;">
<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-270"></span>
<p><a title="http://www.servebox.org/" href="http://www.servebox.org/">http://www.servebox.org/</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2010/01/08/a-very-useful-air-java-tool-somaui/" title="A Very Useful AIR-Java Tool &#8211; SomaUI">A Very Useful AIR-Java Tool &#8211; SomaUI</a></li><li><a href="http://flexman.info/2009/11/01/java-based-spring-framework-written-in-actionscript-3-spring-actionscript/" title="Java-based Spring Framework Written in ActionScript 3 &#8211; Spring Actionscript">Java-based Spring Framework Written in ActionScript 3 &#8211; Spring Actionscript</a></li><li><a href="http://flexman.info/2009/05/03/jswiff-an-open-source-pure-java-framework-for-macromedia-flash-creation-manipulation/" title="JSwiff &#8211; An Open Source Pure Java Framework For Macromedia Flash Creation &amp; Manipulation">JSwiff &#8211; An Open Source Pure Java Framework For Macromedia Flash Creation &amp; Manipulation</a></li><li><a href="http://flexman.info/2008/11/22/afio-advanced-flex-i-o-framework-similar-to-java-i-o-but-more-easy-to-use-written-by-as3/" title="AFIO( Advanced Flex I/O ) &#8211; Framework Similar To Java I/O But More Easy To Use Written By AS3">AFIO( Advanced Flex I/O ) &#8211; Framework Similar To Java I/O But More Easy To Use Written By AS3</a></li><li><a href="http://flexman.info/2010/07/07/16-useful-as3-mathematical-formulas/" title="16 Useful AS3 Mathematical Formulas">16 Useful AS3 Mathematical Formulas</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2009/03/30/servebox-foundry-an-actionscript3-java-framework-designed-for-flex2-3-applications-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AS3converter &#8211; An Ant Task Small Collection Of AS3</title>
		<link>http://flexman.info/2009/03/29/as3converter-an-ant-task-small-collection-of-as3/</link>
		<comments>http://flexman.info/2009/03/29/as3converter-an-ant-task-small-collection-of-as3/#comments</comments>
		<pubDate>Sun, 29 Mar 2009 08:06:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flash]]></category>
		<category><![CDATA[ANT]]></category>
		<category><![CDATA[AS2]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[AS3converter]]></category>

		<guid isPermaLink="false">http://flexman.info/2009/03/29/as3converter-an-ant-task-small-collection-of-as3/</guid>
		<description><![CDATA[ASconverter is an Ant task and some scripts to aid porting ActionScript2 projects to ActionScript3. It is very helpful when you need to keep developing the main product in AS2 and want to port it to AS3 at the same time the code fork seems too difficult. Then why not try it now? The features [...]]]></description>
			<content:encoded><![CDATA[<p>ASconverter is an Ant task and some scripts to aid porting ActionScript2 projects to ActionScript3. It is very helpful when you need to keep developing the main product in AS2 and want to port it to AS3 at the same time the code fork seems too difficult. Then why not try it now?</p>
<div style="margin: 0px 0px 0px 15px;">
<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-269"></span>
<p>The features as following:
<ul>
<li>
<p>Rewrites AS2 classes in AS3 syntax</p>
<li>
<p>Automatic ‘override’ inserting</p>
<li>
<p>use @scope javadoc tag to change output function scope</p>
<li>
<p>use @default to insert parameter defaults in to output function</p>
<li>
<p>ability to specify AS3 equivalent classes, such as MovieClip → as2.toplevel.MovieClip, or org.chaps.MyStringLibrary → org.chaps.utils.MyStringLibrary.</p>
<li>
<p>‘Void’ to ‘void’</p>
<li>
<p>Small collection of compatibility classes to provide api compatibility
<ul>
<li>
<p>MovieClip</p>
<li>
<p>TextField</p>
<li>
<p>Stage </p>
<li>
<p>Mouse</p>
</li>
</ul>
<li>
<p>Ant task that uses swfmill to create an AS3 asset library class using an existing swf.</p>
</li>
</ul>
<p>More detail and download please visit following URL:
<p><a title="http://www.spikefin.com/downloads/" href="http://www.spikefin.com/downloads/">http://www.spikefin.com/downloads/</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2010/07/07/16-useful-as3-mathematical-formulas/" title="16 Useful AS3 Mathematical Formulas">16 Useful AS3 Mathematical Formulas</a></li><li><a href="http://flexman.info/2009/12/27/a-real-layout-manager-in-as3-baseui/" title="A Real Layout Manager in AS3 &#8211; BaseUI">A Real Layout Manager in AS3 &#8211; BaseUI</a></li><li><a href="http://flexman.info/2009/11/15/a-general-purpose-as3-particle-system%e2%80%93pulse-particle/" title="A General Purpose AS3 Particle System &ndash; Pulse Particle">A General Purpose AS3 Particle System &ndash; Pulse Particle</a></li><li><a href="http://flexman.info/2009/10/06/an-open-source-flash-as3-motion-library-for-partigen-2-desuade-motion-package-dmp/" title="An Open Source Flash AS3 Motion Library For Partigen 2 &#8211; Desuade Motion Package (DMP)">An Open Source Flash AS3 Motion Library For Partigen 2 &#8211; Desuade Motion Package (DMP)</a></li><li><a href="http://flexman.info/2009/04/11/flexcover-code-coverage-tool-for-flex-air-as3/" title="Flexcover &#8211; Code Coverage Tool For Flex/AIR/AS3">Flexcover &#8211; Code Coverage Tool For Flex/AIR/AS3</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2009/03/29/as3converter-an-ant-task-small-collection-of-as3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>eBaylib &#8212; Help You Creating Novel &amp; Innovation Applications Leveraging eBay and Flash Player 9</title>
		<link>http://flexman.info/2009/01/04/ebaylib-help-you-creating-novel-innovation-applications-leveraging-ebay-and-flash-player-9/</link>
		<comments>http://flexman.info/2009/01/04/ebaylib-help-you-creating-novel-innovation-applications-leveraging-ebay-and-flash-player-9/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 10:28:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flex]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[eBay]]></category>
		<category><![CDATA[library]]></category>

		<guid isPermaLink="false">http://flexman.info/2009/01/04/ebaylib-help-you-creating-novel-innovation-applications-leveraging-ebay-and-flash-player-9/</guid>
		<description><![CDATA[As you know the eBay platform provide you thousands of business opportunities. Then how to build a new eBay business or expand your current business will attract you. Now there is a tool may help you. It is eBay ActionScript 3.0 library which supplies you an interface between the eBay XML API and AS 3.0. [...]]]></description>
			<content:encoded><![CDATA[<p>As you know the eBay platform provide you thousands of business opportunities. Then how to build a new eBay business or expand your current business will attract you. Now there is a tool may help you. It is eBay ActionScript 3.0 library which supplies you an interface between the eBay XML API and AS 3.0. It could leverage eBay&#8217;s marketplace service and Flash Player 9( include Adobe Flex 2) at runtime. More detail please visit the following URL:</p>
<div style="margin: 0px 0px 0px 15px;">
<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-232"></span>
<p>URL on Google Code: <a title="http://code.google.com/p/as3ebaylib/" href="http://code.google.com/p/as3ebaylib/">http://code.google.com/p/as3ebaylib/</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2008/09/11/a-flexible-as3-animation-library-flexy-so-cute/" title="A Flexible AS3 Animation Library: Flexy. So Cute">A Flexible AS3 Animation Library: Flexy. So Cute</a></li><li><a href="http://flexman.info/2010/07/22/adobe-flash-builder-for-force-com-now-available/" title="Adobe Flash Builder for Force.com is now available">Adobe Flash Builder for Force.com is now available</a></li><li><a href="http://flexman.info/2010/07/20/how-to-uninstall-flash-player-completely-in-windows-and-mac/" title="How To Uninstall Flash Player Completely In Windows and Mac">How To Uninstall Flash Player Completely In Windows and Mac</a></li><li><a href="http://flexman.info/2010/07/07/16-useful-as3-mathematical-formulas/" title="16 Useful AS3 Mathematical Formulas">16 Useful AS3 Mathematical Formulas</a></li><li><a href="http://flexman.info/2010/06/06/an-as3-library-help-ease-daily-work-splinklibrary/" title="An AS3 Library Help Ease Daily Work &#8211; Splinklibrary">An AS3 Library Help Ease Daily Work &#8211; Splinklibrary</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2009/01/04/ebaylib-help-you-creating-novel-innovation-applications-leveraging-ebay-and-flash-player-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial About Create AS3 MP3 Player By PaperVision 3D and Flash</title>
		<link>http://flexman.info/2008/11/25/tutorial-about-create-as3-mp3-player-by-papervision-3d-and-flash/</link>
		<comments>http://flexman.info/2008/11/25/tutorial-about-create-as3-mp3-player-by-papervision-3d-and-flash/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 13:59:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flash]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Mp3 Player]]></category>
		<category><![CDATA[PaperVision 3D]]></category>

		<guid isPermaLink="false">http://flexman.info/2008/11/25/tutorial-about-create-as3-mp3-player-by-papervision-3d-and-flash/</guid>
		<description><![CDATA[I think you must have experience the strong 3D function of PaperVision 3D if you have read the article: Turtorial About How to Produce The Globe Guide By Papervision In Flex. Of course not just the globe. By use of the 3D function of PaperVision 3D can create AS3 Mp3 Player based on sound files [...]]]></description>
			<content:encoded><![CDATA[<p>I think you must have experience the strong 3D function of PaperVision 3D if you have read the article: <a target="_blank" href="http://flexman.info/2008/11/25/turtorial-about-how-to-produce-the-globe-guide-by-papervision-in-flex/">Turtorial About How to Produce The Globe Guide By Papervision In Flex</a>. Of course not just the globe. By use of the 3D function of PaperVision 3D can create AS3 Mp3 Player based on sound files wave show and the show effect is also good. Then following is the detail tutorial for your reference.</p>
<div style="margin: 0px 0px 0px 15px;">
<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-160"></span></p>
<p><a href="http://flexman.info/wp-content/uploads/2008/11/create-a-as3-mp3-player-with-papervision3d-spectrum-display.jpg"><img style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" border="0" alt="create-a-as3-mp3-player-with-papervision3d-spectrum-display" align="left" src="http://flexman.info/wp-content/uploads/2008/11/create-a-as3-mp3-player-with-papervision3d-spectrum-display-thumb.jpg" width="468" height="169"></a> </p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Tutorial URL:</p>
<p><a href="http://www.thetechlabs.com/3d/create-a-as3-mp3-player-with-papervision3d-spectrum-display/">http://www.thetechlabs.com/3d/create-a-as3-mp3-player-with-papervision3d-spectrum-display/</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2008/11/22/afio-advanced-flex-i-o-framework-similar-to-java-i-o-but-more-easy-to-use-written-by-as3/" title="AFIO( Advanced Flex I/O ) &#8211; Framework Similar To Java I/O But More Easy To Use Written By AS3">AFIO( Advanced Flex I/O ) &#8211; Framework Similar To Java I/O But More Easy To Use Written By AS3</a></li><li><a href="http://flexman.info/2010/07/20/how-to-uninstall-flash-player-completely-in-windows-and-mac/" title="How To Uninstall Flash Player Completely In Windows and Mac">How To Uninstall Flash Player Completely In Windows and Mac</a></li><li><a href="http://flexman.info/2010/07/07/16-useful-as3-mathematical-formulas/" title="16 Useful AS3 Mathematical Formulas">16 Useful AS3 Mathematical Formulas</a></li><li><a href="http://flexman.info/2010/02/27/an-open-source-xml-layout-engine-for-flash-xleff/" title="An Open Source XML Layout Engine For Flash &#8211; XLEFF">An Open Source XML Layout Engine For Flash &#8211; XLEFF</a></li><li><a href="http://flexman.info/2010/02/22/a-small-powerful-flash-preloading-library-ultraloader/" title="A Small &amp; Powerful Flash Preloading Library &ndash; Ultraloader">A Small &amp; Powerful Flash Preloading Library &ndash; Ultraloader</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2008/11/25/tutorial-about-create-as3-mp3-player-by-papervision-3d-and-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AFIO( Advanced Flex I/O ) &#8211; Framework Similar To Java I/O But More Easy To Use Written By AS3</title>
		<link>http://flexman.info/2008/11/22/afio-advanced-flex-i-o-framework-similar-to-java-i-o-but-more-easy-to-use-written-by-as3/</link>
		<comments>http://flexman.info/2008/11/22/afio-advanced-flex-i-o-framework-similar-to-java-i-o-but-more-easy-to-use-written-by-as3/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 06:18:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flex]]></category>
		<category><![CDATA[advanced flex I/O]]></category>
		<category><![CDATA[AFIO]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Java I/O]]></category>

		<guid isPermaLink="false">http://flexman.info/2008/11/22/afio-advanced-flex-i-o-framework-similar-to-java-i-o-but-more-easy-to-use-written-by-as3/</guid>
		<description><![CDATA[AFIO ( Advanced Flex I/O ) &#8211; The project name on Google Code is advancedflex. It is an open source frame for Adobe Flex, AIR and Flash developer written by AS3.0 and MXML. It seems the author has changed the project name in the development process. Of course it is just my conjecture. There is [...]]]></description>
			<content:encoded><![CDATA[<p>AFIO ( Advanced Flex I/O ) &#8211; The project name on Google Code is advancedflex. It is an open source frame for Adobe Flex, AIR and Flash developer written by AS3.0 and MXML. It seems the author has changed the project name in the development process. Of course it is just my conjecture. There is a series development package on the authors blog. If you are interested in it could also download them together.</p>
<div style="margin: 0px 0px 0px 15px;">
<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-153"></span></p>
<p>The project on Google Code:</p>
<p><a href="http://code.google.com/p/advancedflex/">http://code.google.com/p/advancedflex/</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2009/11/21/a-mx-framework-for-flash-flex-air-razor-component-framework/" title="A MX Framework for Flash/Flex &amp; AIR &#8211; Razor Component Framework">A MX Framework for Flash/Flex &amp; AIR &#8211; Razor Component Framework</a></li><li><a href="http://flexman.info/2009/10/30/application-framework-for-flex-and-flash-in-as3-parsley/" title="Application Framework For Flex and Flash in AS3 &#8211; Parsley">Application Framework For Flex and Flash in AS3 &#8211; Parsley</a></li><li><a href="http://flexman.info/2010/01/16/a-framework-help-you-to-create-flashflex-website-with-all-of-the-benefits-of-html-website-swfseo/" title="A Framework Help You to Create Flash/Flex Website With All of the Benefits of HTML Website &#8211; SWFSEO">A Framework Help You to Create Flash/Flex Website With All of the Benefits of HTML Website &#8211; SWFSEO</a></li><li><a href="http://flexman.info/2010/01/08/a-very-useful-air-java-tool-somaui/" title="A Very Useful AIR-Java Tool &#8211; SomaUI">A Very Useful AIR-Java Tool &#8211; SomaUI</a></li><li><a href="http://flexman.info/2009/04/11/flexcover-code-coverage-tool-for-flex-air-as3/" title="Flexcover &#8211; Code Coverage Tool For Flex/AIR/AS3">Flexcover &#8211; Code Coverage Tool For Flex/AIR/AS3</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2008/11/22/afio-advanced-flex-i-o-framework-similar-to-java-i-o-but-more-easy-to-use-written-by-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
