<?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/class</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 26 May 2013 06:10:26 GMT</pubDate>
<item>
<title>(ActionScript 3) Create a Preloader class in Actionscript 3 - jquery404</title>
<link>http://snipplr.com/view/68991/create-a-preloader-class-in-actionscript-3/</link>
<description><![CDATA[ <p>A complete example of how we can create a Preloader in actionscript3 to load an external .swf file.

STRUCTURE
------------------
Source Swf
|_ Main.fla
|_ Main.as
|_ Main.swf
Preloader Swf
|_</p> ]]></description>
<pubDate>Thu, 06 Dec 2012 16:42:33 GMT</pubDate>
<guid>http://snipplr.com/view/68991/create-a-preloader-class-in-actionscript-3/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 MathUtils static class - adrianparr</title>
<link>http://snipplr.com/view/65581/as3-mathutils-static-class/</link>
<description><![CDATA[ <p>Credit goes to Bruno Imbrizi.</p> ]]></description>
<pubDate>Wed, 13 Jun 2012 02:56:19 GMT</pubDate>
<guid>http://snipplr.com/view/65581/as3-mathutils-static-class/</guid>
</item>
<item>
<title>(ActionScript 3) Simple Facebook Using GraphAPI_Web.Swc In As3 - Matias</title>
<link>http://snipplr.com/view/63044/simple-facebook-using-graphapiwebswc-in-as3/</link>
<description><![CDATA[ <p>a handy class to manage facebook connections using as3</p> ]]></description>
<pubDate>Sat, 04 Feb 2012 02:27:18 GMT</pubDate>
<guid>http://snipplr.com/view/63044/simple-facebook-using-graphapiwebswc-in-as3/</guid>
</item>
<item>
<title>(ActionScript 3) Flash As3 AddMouseEvent Class - mgraph</title>
<link>http://snipplr.com/view/61889/flash-as3-addmouseevent-class/</link>
<description><![CDATA[ <p>simple as3 class that help you to avoid repeat add MouseEvent each time</p> ]]></description>
<pubDate>Wed, 14 Dec 2011 22:09:33 GMT</pubDate>
<guid>http://snipplr.com/view/61889/flash-as3-addmouseevent-class/</guid>
</item>
<item>
<title>(ActionScript 3) ClassName - zackattack27</title>
<link>http://snipplr.com/view/57009/classname/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 22 Jul 2011 03:55:39 GMT</pubDate>
<guid>http://snipplr.com/view/57009/classname/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Loading and Accessing fonts in external SWF at Runtime - adrianparr</title>
<link>http://snipplr.com/view/56917/as3-loading-and-accessing-fonts-in-external-swf-at-runtime/</link>
<description><![CDATA[ <p>These two classes demonstrate how to create an external font SWF that contains embedded fonts, and how to then load that external font SWF and access and use the fonts inside it.</p> ]]></description>
<pubDate>Wed, 20 Jul 2011 21:01:41 GMT</pubDate>
<guid>http://snipplr.com/view/56917/as3-loading-and-accessing-fonts-in-external-swf-at-runtime/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 DrawingUtil Class - adrianparr</title>
<link>http://snipplr.com/view/56188/as3-drawingutil-class/</link>
<description><![CDATA[ <p>All credit for this class goes to Ben Kanizay (http://bk4d.com)</p> ]]></description>
<pubDate>Wed, 06 Jul 2011 23:51:01 GMT</pubDate>
<guid>http://snipplr.com/view/56188/as3-drawingutil-class/</guid>
</item>
<item>
<title>(ActionScript 3) Returns a new object of the same Class - JaaQ</title>
<link>http://snipplr.com/view/48288/returns-a-new-object-of-the-same-class/</link>
<description><![CDATA[ <p>This function returns a new instance of the class it receives.</p> ]]></description>
<pubDate>Thu, 03 Feb 2011 00:38:24 GMT</pubDate>
<guid>http://snipplr.com/view/48288/returns-a-new-object-of-the-same-class/</guid>
</item>
<item>
<title>(ActionScript 3) Class reflection throught getDefinitionByName - activetofocus</title>
<link>http://snipplr.com/view/47660/class-reflection-throught-getdefinitionbyname/</link>
<description><![CDATA[ <p>Useful.</p> ]]></description>
<pubDate>Fri, 21 Jan 2011 19:50:46 GMT</pubDate>
<guid>http://snipplr.com/view/47660/class-reflection-throught-getdefinitionbyname/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Convert An Object To A Class By Name - adrianparr</title>
<link>http://snipplr.com/view/47559/as3-convert-an-object-to-a-class-by-name/</link>
<description><![CDATA[ <p>Here is an example of a sound that is in a library with the class field set to MySound.</p> ]]></description>
<pubDate>Thu, 20 Jan 2011 03:55:19 GMT</pubDate>
<guid>http://snipplr.com/view/47559/as3-convert-an-object-to-a-class-by-name/</guid>
</item>
<item>
<title>(ActionScript 3) xml loader class - hejaaa</title>
<link>http://snipplr.com/view/47134/xml-loader-class/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 14 Jan 2011 20:58:34 GMT</pubDate>
<guid>http://snipplr.com/view/47134/xml-loader-class/</guid>
</item>
<item>
<title>(ActionScript 3) Test if class method exists in Action Script - jayarjo</title>
<link>http://snipplr.com/view/46977/test-if-class-method-exists-in-action-script/</link>
<description><![CDATA[ <p>Just add a method like this in a Class that needs to call methods dynamically, without a prior knowledge of whether they exist or not.</p> ]]></description>
<pubDate>Wed, 12 Jan 2011 19:53:42 GMT</pubDate>
<guid>http://snipplr.com/view/46977/test-if-class-method-exists-in-action-script/</guid>
</item>
<item>
<title>(ActionScript 3) Singleton - alsodenn</title>
<link>http://snipplr.com/view/44036/singleton/</link>
<description><![CDATA[ <p>You can use a singleton for your document class (Main, in your example), which allows you to access the instance from anywhere.

The document class is a pretty good candidate for the singleton pattern, because generally there should only be instance available.</p> ]]></description>
<pubDate>Fri, 12 Nov 2010 23:43:46 GMT</pubDate>
<guid>http://snipplr.com/view/44036/singleton/</guid>
</item>
<item>
<title>(ActionScript 3) Quick &amp;amp; Dirty Tooltip Class - manuletroll</title>
<link>http://snipplr.com/view/43265/quick--dirty-tooltip-class/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 30 Oct 2010 02:27:00 GMT</pubDate>
<guid>http://snipplr.com/view/43265/quick--dirty-tooltip-class/</guid>
</item>
<item>
<title>(ActionScript 3) Basic empty Document Class - Activetuts</title>
<link>http://snipplr.com/view/41568/basic-empty-document-class/</link>
<description><![CDATA[ <p>Using class files sets your code free. And it’s really no harder than coding on the timeline; it just involves a little more setup.</p> ]]></description>
<pubDate>Tue, 05 Oct 2010 19:19:41 GMT</pubDate>
<guid>http://snipplr.com/view/41568/basic-empty-document-class/</guid>
</item>
<item>
<title>(ActionScript 3) Gradient Background Class - imake</title>
<link>http://snipplr.com/view/40514/gradient-background-class/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 15 Sep 2010 19:01:11 GMT</pubDate>
<guid>http://snipplr.com/view/40514/gradient-background-class/</guid>
</item>
<item>
<title>(ActionScript 3) ImageComponent - martijnbleyen</title>
<link>http://snipplr.com/view/36508/imagecomponent/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 30 Jun 2010 08:48:55 GMT</pubDate>
<guid>http://snipplr.com/view/36508/imagecomponent/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Get a Class Reference by Class Name - adrianparr</title>
<link>http://snipplr.com/view/32346/as3-get-a-class-reference-by-class-name/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 19 Apr 2010 13:29:45 GMT</pubDate>
<guid>http://snipplr.com/view/32346/as3-get-a-class-reference-by-class-name/</guid>
</item>
<item>
<title>(ActionScript 3) Class Base - donner9</title>
<link>http://snipplr.com/view/29289/class-base/</link>
<description><![CDATA[ <p>basic class structure as3</p> ]]></description>
<pubDate>Thu, 04 Mar 2010 12:27:23 GMT</pubDate>
<guid>http://snipplr.com/view/29289/class-base/</guid>
</item>
<item>
<title>(ActionScript 3) Button Template Class in AS3 - alvincrespo</title>
<link>http://snipplr.com/view/29088/button-template-class-in-as3/</link>
<description><![CDATA[ <p>Here is a template button class, ive been using for my projects. Cheers!</p> ]]></description>
<pubDate>Mon, 01 Mar 2010 20:17:36 GMT</pubDate>
<guid>http://snipplr.com/view/29088/button-template-class-in-as3/</guid>
</item>
</channel>
</rss>