<?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; ActionScript</title>
	<atom:link href="http://flexman.info/tag/actionscript/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexman.info</link>
	<description>Everything is Flex</description>
	<lastBuildDate>Sun, 30 Oct 2011 12:46:12 +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>An ActionScript 3 Cross-browser Compliant HTML/CSS Rendering Engine &#8211; Wrapper</title>
		<link>http://flexman.info/2010/02/24/an-actionscript-3-cross-browser-compliant-htmlcss-rendering-engine-wrapper/</link>
		<comments>http://flexman.info/2010/02/24/an-actionscript-3-cross-browser-compliant-htmlcss-rendering-engine-wrapper/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 09:08:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe AIR]]></category>
		<category><![CDATA[Adobe-Flash]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[engine]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[wrapper]]></category>

		<guid isPermaLink="false">http://flexman.info/2010/02/24/an-actionscript-3-cross-browser-compliant-htmlcss-rendering-engine-wrapper/</guid>
		<description><![CDATA[Wrapper is a cross-browser compliant HTML/CSS rendering engine in ActionScript. It sits on top of your standards compliant HTML page. It is set up as a pre-compiled plug-in and can be integrated into any Flex or AIR applications easily even if an ActionScript framework for creation of compiled projects. If you are interested why not [...]]]></description>
			<content:encoded><![CDATA[<p>Wrapper is a cross-browser compliant HTML/CSS rendering engine in ActionScript. It sits on top of your standards compliant HTML page. It is set up as a pre-compiled plug-in and can be integrated into any Flex or AIR applications easily even if an ActionScript framework for creation of compiled projects. If you are interested why not have a try now? You can see the demo and 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-345"></span>
<p><a title="http://osflash.org/projects/wrapper" href="http://osflash.org/projects/wrapper">http://osflash.org/projects/wrapper</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/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/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/09/16/a-cryptography-library-for-actionscript-3-as3crypto/" title="A Cryptography Library For ActionScript 3 &#8211; AS3Crypto">A Cryptography Library For ActionScript 3 &#8211; AS3Crypto</a></li><li><a href="http://flexman.info/2009/09/12/an-actionscript-library-help-you-create-animations-primitive-shapes-animationpackage/" title="An ActionScript Library Help You Create Animations &amp; Primitive Shapes &#8211; AnimationPackage">An ActionScript Library Help You Create Animations &amp; Primitive Shapes &#8211; AnimationPackage</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2010/02/24/an-actionscript-3-cross-browser-compliant-htmlcss-rendering-engine-wrapper/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>An Intuitive &amp; User Friendly 3D Engine in ActionScript 2/3 &#8211; Sandy</title>
		<link>http://flexman.info/2009/11/30/an-intuitive-user-friendly-3d-engine-in-actionscript-2-3-sandy/</link>
		<comments>http://flexman.info/2009/11/30/an-intuitive-user-friendly-3d-engine-in-actionscript-2-3-sandy/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 14:15:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flash]]></category>
		<category><![CDATA[3D Engine]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Sandy]]></category>

		<guid isPermaLink="false">http://flexman.info/2009/11/30/an-intuitive-user-friendly-3d-engine-in-actionscript-2-3-sandy/</guid>
		<description><![CDATA[3D technology is more and more welcomed by people. It is well used in game, flash development and commercial use like product displaying. Then find a good 3D tool is very important. Sandy is an open source Flash 3D engine can be used in AS2/AS3 and HaXe. The main features like: Viewing volume clipping for [...]]]></description>
			<content:encoded><![CDATA[<p>3D technology is more and more welcomed by people. It is well used in game, flash development and commercial use like product displaying. Then find a good 3D tool is very important. Sandy is an open source Flash 3D engine can be used in AS2/AS3 and HaXe. The main features like: Viewing volume clipping for perfect interior scenes rendering. Advanced shading effects such as (Phong, Gouraud, CelShading, flat shading). Material system to easily change your objects appearance. Several material are available allowing to create transparent faces, bitmap texture and video texture as webcam video stream. You can get the demo and more information 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-338"></span>
<p><a title="http://www.flashsandy.org/" href="http://www.flashsandy.org/">http://www.flashsandy.org/</a></p>
<p>BTW: you can find more useful 3D engine in the list <a href="http://ntt.cc/2009/10/31/9-excellent-3d-engine-for-flash-flex-as.html">9 Excellent 3D Engine For Flash/Flex/AS</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2009/09/12/an-actionscript-library-help-you-create-animations-primitive-shapes-animationpackage/" title="An ActionScript Library Help You Create Animations &amp; Primitive Shapes &#8211; AnimationPackage">An ActionScript Library Help You Create Animations &amp; Primitive Shapes &#8211; AnimationPackage</a></li><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/2008/04/21/how-to-create-a-button-and-assign-a-value-to-a-text-box-within-it-in-actionscript/" title="How to create a button and assign a value to a text box within it in actionscript?">How to create a button and assign a value to a text box within it in actionscript?</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></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2009/11/30/an-intuitive-user-friendly-3d-engine-in-actionscript-2-3-sandy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java-based Spring Framework Written in ActionScript 3 &#8211; Spring Actionscript</title>
		<link>http://flexman.info/2009/11/01/java-based-spring-framework-written-in-actionscript-3-spring-actionscript/</link>
		<comments>http://flexman.info/2009/11/01/java-based-spring-framework-written-in-actionscript-3-spring-actionscript/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 14:28:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flash]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Spring Actionscript]]></category>

		<guid isPermaLink="false">http://flexman.info/2009/11/01/java-based-spring-framework-written-in-actionscript-3-spring-actionscript/</guid>
		<description><![CDATA[Spring Actionscript is designed for the Flash, Flex and AIR platforms. It consists of an inversion of Control Container, an MVCS framework, extensions for the Cairngorm and PureMVC frameworks and several other utilities. The latest version Spring Actionscript 0.8.1 is released in Sep. 09. If you are interested, you can visit following URL to get [...]]]></description>
			<content:encoded><![CDATA[<p>Spring Actionscript is designed for the Flash, Flex and AIR platforms. It consists of an inversion of Control Container, an MVCS framework, extensions for the Cairngorm and PureMVC frameworks and several other utilities. The latest version Spring Actionscript 0.8.1 is released in Sep. 09. If you are interested, you can visit following URL to get more detail information and 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-335"></span>
<p><a title="http://www.springactionscript.org/index.html" href="http://www.springactionscript.org/index.html">http://www.springactionscript.org/index.html</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/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/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><li><a href="http://flexman.info/2009/03/26/as3commons-collection-framework-string-utilities-for-actionscript3/" title="AS3Commons &#8211; Collection Framework String Utilities For Actionscript3">AS3Commons &#8211; Collection Framework String Utilities For Actionscript3</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></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2009/11/01/java-based-spring-framework-written-in-actionscript-3-spring-actionscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Cryptography Library For ActionScript 3 &#8211; AS3Crypto</title>
		<link>http://flexman.info/2009/09/16/a-cryptography-library-for-actionscript-3-as3crypto/</link>
		<comments>http://flexman.info/2009/09/16/a-cryptography-library-for-actionscript-3-as3crypto/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 15:04:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flash]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AS3Crypto]]></category>
		<category><![CDATA[Cryptography]]></category>

		<guid isPermaLink="false">http://flexman.info/2009/09/16/a-cryptography-library-for-actionscript-3-as3crypto/</guid>
		<description><![CDATA[AS3Crypto is an open source cryptography library written in ActionScript3 which provides several algorithms. It is offered under the BSD license include several derivative works from Java, C and javascript sources. If you are interested in it, why not have a try now? You could find more details and download it in following URL: http://code.google.com/p/as3crypto/ [...]]]></description>
			<content:encoded><![CDATA[<p>AS3Crypto is an open source cryptography library written in ActionScript3 which provides several algorithms. It is offered under the BSD license include several derivative works from Java, C and javascript sources. If you are interested in it, why not have a try now? You could find more details and 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-325"></span>
<p><a href="http://flexman.info/wp-content/uploads/2009/09/AS3Crypto.png"><img style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" border="0" alt="AS3Crypto" src="http://flexman.info/wp-content/uploads/2009/09/AS3Crypto_thumb.png" width="500" height="254"></a></p>
<p><a title="http://code.google.com/p/as3crypto/" href="http://code.google.com/p/as3crypto/">http://code.google.com/p/as3crypto/</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/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/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/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/09/12/an-actionscript-library-help-you-create-animations-primitive-shapes-animationpackage/" title="An ActionScript Library Help You Create Animations &amp; Primitive Shapes &#8211; AnimationPackage">An ActionScript Library Help You Create Animations &amp; Primitive Shapes &#8211; AnimationPackage</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2009/09/16/a-cryptography-library-for-actionscript-3-as3crypto/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>An ActionScript Library Help You Create Animations &amp; Primitive Shapes &#8211; AnimationPackage</title>
		<link>http://flexman.info/2009/09/12/an-actionscript-library-help-you-create-animations-primitive-shapes-animationpackage/</link>
		<comments>http://flexman.info/2009/09/12/an-actionscript-library-help-you-create-animations-primitive-shapes-animationpackage/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 04:47:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flash]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[AnimationPackage]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[library]]></category>

		<guid isPermaLink="false">http://flexman.info/2009/09/12/an-actionscript-library-help-you-create-animations-primitive-shapes-animationpackage/</guid>
		<description><![CDATA[AnimationPackage is an ActionScript libarary which can be used in Flash Player 6 and above. You can create great maintainable animations and primitive shapes very easily and efficient by using of it. By now it has three copy. You can get more information and details in following URL: The sample screenshot: http://www.alex-uhlmann.de/flash/animationpackage/ Related PostsA Small [...]]]></description>
			<content:encoded><![CDATA[<p>AnimationPackage is an ActionScript libarary which can be used in Flash Player 6 and above. You can create great maintainable animations and primitive shapes very easily and efficient by using of it. By now it has three copy. You can get more information and 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-321"></span>
<p>The sample screenshot:</p>
<p><a href="http://flexman.info/wp-content/uploads/2009/09/AnimationPackage.png"><img style="border-bottom: 0px; border-left: 0px; border-top: 0px; border-right: 0px" border="0" alt="AnimationPackage" src="http://flexman.info/wp-content/uploads/2009/09/AnimationPackage_thumb.png" width="420" height="260"></a> </p>
<p><a title="http://www.alex-uhlmann.de/flash/animationpackage/" href="http://www.alex-uhlmann.de/flash/animationpackage/">http://www.alex-uhlmann.de/flash/animationpackage/</a></p>
<h3>Related Posts</h3><ul class="related_post"><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><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/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/05/11/pair-actionscript-3-implementation-of-python-library/" title="Pair &#8211; ActionScript 3 Implementation of Python Library">Pair &#8211; ActionScript 3 Implementation of Python Library</a></li><li><a href="http://flexman.info/2009/04/21/freemovie-a-library-for-generating-parsing-macromedia-flash-tm-swf-files/" title="FreeMovie &#8211; A Library for Generating &amp; Parsing Macromedia Flash(tm) SWF Files">FreeMovie &#8211; A Library for Generating &amp; Parsing Macromedia Flash(tm) SWF Files</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2009/09/12/an-actionscript-library-help-you-create-animations-primitive-shapes-animationpackage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Free ActionScript Editor For Macromedia Flash Files &#8211; SE&#124;PY</title>
		<link>http://flexman.info/2009/08/27/a-free-actionscript-editor-for-macromedia-flash-files-se-py/</link>
		<comments>http://flexman.info/2009/08/27/a-free-actionscript-editor-for-macromedia-flash-files-se-py/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 14:54:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flash]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Editor]]></category>
		<category><![CDATA[SEPY]]></category>

		<guid isPermaLink="false">http://flexman.info/2009/08/27/a-free-actionscript-editor-for-macromedia-flash-files-se-py/</guid>
		<description><![CDATA[SE&#124;PY is a free ActionScript editor which written in python and wxPython. The author wrote it because he was not satified with the Flash built in editor, if you have the same feeling like him then you could have a try for the SE&#124;PY. It could be used in editing Actionscript, FlashComm asc, JSFL and [...]]]></description>
			<content:encoded><![CDATA[<p>SE|PY is a free ActionScript editor which written in python and wxPython. The author wrote it because he was not satified with the Flash built in editor, if you have the same feeling like him then you could have a try for the SE|PY. It could be used in editing Actionscript, FlashComm asc, JSFL and <acronym>XML</acronym> files but also can be used for evry kind of text file. Following is its main features:</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-316"></span>
<ul>
<li>Code folding (collapsing/expand) , code highlighting
<li>Auto Completion for default flash functions
<li>Auto Completion with the user added functions (in current document only)
<li>View documents in tab mode
<li>Zoom
<li>Panel with all inserted functions for all active documents
<li>Flush Support (Flush, compile, test movie, view output) for Flash mx 2004 too
<li>Print out and save html document from your .as files
<li>Smart Snippet panel, todo panel, file panel, flash api panel
<li>ClassBrowser integration
<li>Lines Bookmarks
<li>Flash mx 2004 project file integration
<li>Possibility to define classpaths (add the autocompletion)
<li>ClipBoard management
<li>XML structure reader (for dom and Xpath query)
<li>Flash integrated Help panel
<li>Program localization with gettext
<li>Automatic JavaDoc creation from methods
<li>Collapse/expand javadocs comments
<li>Syntax checker, with MTASC </li>
</ul>
<p>You can get latest new and download it in following URL:</p>
<p><a title="http://www.sepy.it/" href="http://www.sepy.it/">http://www.sepy.it/</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2009/08/12/a-free-open-source-source-code-editor-mit-license-flashdevelop/" title="A Free &amp; Open Source Source Code Editor (MIT License) &#8211; FlashDevelop">A Free &amp; Open Source Source Code Editor (MIT License) &#8211; FlashDevelop</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/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/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/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/2009/08/27/a-free-actionscript-editor-for-macromedia-flash-files-se-py/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Free &amp; Open Source Source Code Editor (MIT License) &#8211; FlashDevelop</title>
		<link>http://flexman.info/2009/08/12/a-free-open-source-source-code-editor-mit-license-flashdevelop/</link>
		<comments>http://flexman.info/2009/08/12/a-free-open-source-source-code-editor-mit-license-flashdevelop/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 15:04:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flash]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Editor]]></category>
		<category><![CDATA[FlashDevelp]]></category>

		<guid isPermaLink="false">http://flexman.info/2009/08/12/a-free-open-source-source-code-editor-mit-license-flashdevelop/</guid>
		<description><![CDATA[FlashDevelop is a great .NET Script Editor which designed mostly for ActionScript development, then it is very popular in ActionScript 2/3 and web development environment. Of course it can be used for other languages also like MXML and HaXe. It seems easily to use. It has a friendly interface you can reorganize as like. Now [...]]]></description>
			<content:encoded><![CDATA[<p>FlashDevelop is a great .NET Script Editor which designed mostly for ActionScript development, then it is very popular in ActionScript 2/3 and web development environment. Of course it can be used for other languages also like MXML and HaXe. It seems easily to use. It has a friendly interface you can reorganize as like. Now the latest version FlashDevelop 3.0.2 has been released already. Then if you are interested it why not have try at once? You can get more details about it and 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-314"></span>
<p><a title="http://www.flashdevelop.org/community/viewforum.php?f=11" href="http://www.flashdevelop.org/community/viewforum.php?f=11">http://www.flashdevelop.org/community/viewforum.php?f=11</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2009/08/27/a-free-actionscript-editor-for-macromedia-flash-files-se-py/" title="A Free ActionScript Editor For Macromedia Flash Files &#8211; SE|PY">A Free ActionScript Editor For Macromedia Flash Files &#8211; SE|PY</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/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/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/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/2009/08/12/a-free-open-source-source-code-editor-mit-license-flashdevelop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Free &amp; Open Source Code Editor &#8211; FlashDevelop</title>
		<link>http://flexman.info/2009/08/08/a-free-open-source-code-editor-flashdevelop/</link>
		<comments>http://flexman.info/2009/08/08/a-free-open-source-code-editor-flashdevelop/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 04:16:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flash]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Code Editor]]></category>
		<category><![CDATA[FlashDevelop]]></category>

		<guid isPermaLink="false">http://flexman.info/2009/08/08/a-free-open-source-code-editor-flashdevelop/</guid>
		<description><![CDATA[FlashDevelop is an open source code script designed for ActionScript development. It could be quickly set up and easily to be used as an external editor for the Flash IDE or a complete development environment. It is not a great purpose code editor but also offers advanced ActionScript coding support. It main used for ActionScript [...]]]></description>
			<content:encoded><![CDATA[<p>FlashDevelop is an open source code script designed for ActionScript development. It could be quickly set up and easily to be used as an external editor for the Flash IDE or a complete development environment. It is not a great purpose code editor but also offers advanced ActionScript coding support. It main used for ActionScript 2, ActionScript 3 but can be used for other languages like MXML and HaXe also. If you are intersted in it please visit following URL download the latest copy and get more detail. </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-313"></span>
<p><a title="http://www.flashdevelop.org/wikidocs/index.php?title=Main_Page" href="http://www.flashdevelop.org/wikidocs/index.php?title=Main_Page">http://www.flashdevelop.org/wikidocs/index.php?title=Main_Page</a></p>
<h3>Related Posts</h3><ul class="related_post"><li><a href="http://flexman.info/2010/07/13/update-your-flashdevelop-to-3-2-1-rtm/" title="Update Your FlashDevelop To 3.2.1 RTM">Update Your FlashDevelop To 3.2.1 RTM</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/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/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/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/2009/08/08/a-free-open-source-code-editor-flashdevelop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Syntax Highlighting &amp; Text Parsing Library For Eclipse IDE &amp; ActioinScript &#8211; Colorer takes5</title>
		<link>http://flexman.info/2009/08/02/a-syntax-highlighting-text-parsing-library-for-eclipse-ide-actioinscript-colorer-takes5/</link>
		<comments>http://flexman.info/2009/08/02/a-syntax-highlighting-text-parsing-library-for-eclipse-ide-actioinscript-colorer-takes5/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 03:11:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe-Flash]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Colorer takes5]]></category>
		<category><![CDATA[IDE]]></category>

		<guid isPermaLink="false">http://flexman.info/2009/08/02/a-syntax-highlighting-text-parsing-library-for-eclipse-ide-actioinscript-colorer-takes5/</guid>
		<description><![CDATA[We have introduced Eclipse in article A Multi-language Software Development Platform – Eclipse , this time we will introduce you a library which supports syntax-highlighting and outlining for a wide variety of formats in Eclipse IDE, including Actionscript. It provides user the service of text parsing in host editor systems in real-time and trasforming results [...]]]></description>
			<content:encoded><![CDATA[<p>We have introduced Eclipse in article <a href="http://flexman.info/2009/07/16/a-multi-language-software-development-platform-eclipse/">A Multi-language Software Development Platform – Eclipse </a>, this time we will introduce you a library which supports syntax-highlighting and outlining for a wide variety of formats in Eclipse IDE, including Actionscript. It provides user the service of text parsing in host editor systems in real-time and trasforming results into colored text. If you are interested in it, you could 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-311"></span>
<p><a title="http://colorer.sourceforge.net/" href="http://colorer.sourceforge.net/">http://colorer.sourceforge.net/</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/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/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/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/09/16/a-cryptography-library-for-actionscript-3-as3crypto/" title="A Cryptography Library For ActionScript 3 &#8211; AS3Crypto">A Cryptography Library For ActionScript 3 &#8211; AS3Crypto</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://flexman.info/2009/08/02/a-syntax-highlighting-text-parsing-library-for-eclipse-ide-actioinscript-colorer-takes5/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 31/82 queries in 0.141 seconds using disk
Object Caching 974/1759 objects using disk

Served from: flexman.info @ 2012-02-11 22:55:39 -->
