<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/actionscript-3/tags/actionscript</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 24 Jul 2008 07:52:14 GMT</pubDate>
<item>
<title>(ActionScript 3) ActionScript 3.0 Timer Event - jrutter</title>
<link>http://snipplr.com/view/7445/actionscript-30-timer-event/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Jul 2008 14:16:14 GMT</pubDate>
<guid>http://snipplr.com/view/7445/actionscript-30-timer-event/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Random Range - taboularasa</title>
<link>http://snipplr.com/view/7326/as3-random-range/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 16 Jul 2008 01:36:52 GMT</pubDate>
<guid>http://snipplr.com/view/7326/as3-random-range/</guid>
</item>
<item>
<title>(ActionScript 3) Basic Package and Class Creation / Extend - 1man</title>
<link>http://snipplr.com/view/7097/basic-package-and-class-creation--extend/</link>
<description><![CDATA[ <p>How to create a basic class in AS3 and extend it if needed.</p> ]]></description>
<pubDate>Thu, 03 Jul 2008 05:54:56 GMT</pubDate>
<guid>http://snipplr.com/view/7097/basic-package-and-class-creation--extend/</guid>
</item>
<item>
<title>(ActionScript 3) Action script to string serialization and de-serialization - narkisr</title>
<link>http://snipplr.com/view/6494/action-script-to-string-serialization-and-deserialization/</link>
<description><![CDATA[ <p>This snippet shows how to serialize action script object to strings, the serialization method is AMF based, note also that each object must meet three basic rules in order to be serialized properly: 
   ¨1. The constructor must take no arguments
   2. Fields must be public or they won’t be saved
   3. You must register it with a class alias by calling flash.net.registerClassAlias(aliasString, class).¨
(this is based upon http://www.partlyhuman.com/blog/roger/technique-storing-arbitrary-objects-in-html-links).</p> ]]></description>
<pubDate>Thu, 29 May 2008 12:28:23 GMT</pubDate>
<guid>http://snipplr.com/view/6494/action-script-to-string-serialization-and-deserialization/</guid>
</item>
<item>
<title>(ActionScript 3) dist - vcesjp</title>
<link>http://snipplr.com/view/6078/dist/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 01 May 2008 13:20:30 GMT</pubDate>
<guid>http://snipplr.com/view/6078/dist/</guid>
</item>
<item>
<title>(ActionScript 3) Paint-o-matic - gfazioli</title>
<link>http://snipplr.com/view/5680/paintomatic/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 03 Apr 2008 07:30:20 GMT</pubDate>
<guid>http://snipplr.com/view/5680/paintomatic/</guid>
</item>
<item>
<title>(ActionScript 3) Painting Flash CS3: real time erase tool - gfazioli</title>
<link>http://snipplr.com/view/5679/painting-flash-cs3-real-time-erase-tool/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 03 Apr 2008 07:29:25 GMT</pubDate>
<guid>http://snipplr.com/view/5679/painting-flash-cs3-real-time-erase-tool/</guid>
</item>
<item>
<title>(ActionScript 3) Actionscript 3 main import statements - mswallace</title>
<link>http://snipplr.com/view/5479/actionscript-3-main-import-statements/</link>
<description><![CDATA[ <p>I use these main import statements for the begaining of all my Actionscript 3 projects. The last two are custom classes that I use for tweening. One class is called Tweener and the other is called TweenLite.</p> ]]></description>
<pubDate>Tue, 18 Mar 2008 09:18:18 GMT</pubDate>
<guid>http://snipplr.com/view/5479/actionscript-3-main-import-statements/</guid>
</item>
<item>
<title>(ActionScript 3) Flash CS3: comunicazione con un Web Server - gfazioli</title>
<link>http://snipplr.com/view/4635/flash-cs3-comunicazione-con-un-web-server/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 18 Jan 2008 03:52:22 GMT</pubDate>
<guid>http://snipplr.com/view/4635/flash-cs3-comunicazione-con-un-web-server/</guid>
</item>
<item>
<title>(ActionScript 3) Using a compound String to get a reference to Flex 3 object - justcaldwell</title>
<link>http://snipplr.com/view/4122/using-a-compound-string-to-get-a-reference-to-flex-3-object/</link>
<description><![CDATA[ <p>Using a string built at runtime to reference objects in Flex. From the help docs.</p> ]]></description>
<pubDate>Mon, 12 Nov 2007 11:18:35 GMT</pubDate>
<guid>http://snipplr.com/view/4122/using-a-compound-string-to-get-a-reference-to-flex-3-object/</guid>
</item>
<item>
<title>(ActionScript 3) ActionScript 3 Start and Stop Drag - mswallace</title>
<link>http://snipplr.com/view/3507/actionscript-3-start-and-stop-drag/</link>
<description><![CDATA[ <p>simple example of startDrag and stopDrag using AS3</p> ]]></description>
<pubDate>Sun, 12 Aug 2007 08:10:09 GMT</pubDate>
<guid>http://snipplr.com/view/3507/actionscript-3-start-and-stop-drag/</guid>
</item>
<item>
<title>(ActionScript 3) Mouse Events a simple drawing application using AS3 - mswallace</title>
<link>http://snipplr.com/view/3063/mouse-events-a-simple-drawing-application-using-as3/</link>
<description><![CDATA[ <p>This code will show you how to write Mouse Events using AS3 and also some simple Drawing API as well.</p> ]]></description>
<pubDate>Thu, 28 Jun 2007 04:34:16 GMT</pubDate>
<guid>http://snipplr.com/view/3063/mouse-events-a-simple-drawing-application-using-as3/</guid>
</item>
<item>
<title>(ActionScript 3) AIR Drag and Drop Files to the Application - mswallace</title>
<link>http://snipplr.com/view/3053/air-drag-and-drop-files-to-the-application/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 27 Jun 2007 05:23:29 GMT</pubDate>
<guid>http://snipplr.com/view/3053/air-drag-and-drop-files-to-the-application/</guid>
</item>
<item>
<title>(ActionScript 3) Reading Different File types with AS3 - mswallace</title>
<link>http://snipplr.com/view/2936/reading-different-file-types-with-as3/</link>
<description><![CDATA[ <p>Found this code. It is an example of loading and reading different file types with ActionScript 3</p> ]]></description>
<pubDate>Tue, 19 Jun 2007 05:28:37 GMT</pubDate>
<guid>http://snipplr.com/view/2936/reading-different-file-types-with-as3/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Image Map,  Circle, bevel filter - mswallace</title>
<link>http://snipplr.com/view/2817/as3-image-map--circle-bevel-filter/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 07 Jun 2007 14:24:50 GMT</pubDate>
<guid>http://snipplr.com/view/2817/as3-image-map--circle-bevel-filter/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Draw Square, Blur, and Gradiant Fill - mswallace</title>
<link>http://snipplr.com/view/2816/as3-draw-square-blur-and-gradiant-fill/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 07 Jun 2007 14:23:24 GMT</pubDate>
<guid>http://snipplr.com/view/2816/as3-draw-square-blur-and-gradiant-fill/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Curved Line Drawing API and Glow - mswallace</title>
<link>http://snipplr.com/view/2815/as3-curved-line-drawing-api-and-glow/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 07 Jun 2007 14:21:31 GMT</pubDate>
<guid>http://snipplr.com/view/2815/as3-curved-line-drawing-api-and-glow/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Drawing API Line Drawing and DropShadow - mswallace</title>
<link>http://snipplr.com/view/2814/as3-drawing-api-line-drawing-and-dropshadow/</link>
<description><![CDATA[ <p>Just some code that shows you how to set up the Drawing API and draw a line and also use the dropshadow filter.</p> ]]></description>
<pubDate>Thu, 07 Jun 2007 14:19:22 GMT</pubDate>
<guid>http://snipplr.com/view/2814/as3-drawing-api-line-drawing-and-dropshadow/</guid>
</item>
</channel>
</rss>