<?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/tags/as3</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 23 Nov 2008 04:07:54 GMT</pubDate>
<item>
<title>(MXML) AIR: AIR for XSTL - chrisaiv</title>
<link>http://snipplr.com/view/9946/air-air-for-xstl/</link>
<description><![CDATA[ <p>I found this blog that explained how AIR can transform XML using XSLT.  http://blogs.adobe.com/briggs/2008/05/using_air_for_xslt_processing.html</p> ]]></description>
<pubDate>Thu, 20 Nov 2008 17:18:25 GMT</pubDate>
<guid>http://snipplr.com/view/9946/air-air-for-xstl/</guid>
</item>
<item>
<title>(ActionScript 3) Short way of adding ... to long text - meetneps</title>
<link>http://snipplr.com/view/9731/short-way-of-adding--to-long-text/</link>
<description><![CDATA[ <p>A short way of trimming text and ... to it in AS3</p> ]]></description>
<pubDate>Fri, 14 Nov 2008 07:10:54 GMT</pubDate>
<guid>http://snipplr.com/view/9731/short-way-of-adding--to-long-text/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Optimized Arrays (AKA Vector) - chrisaiv</title>
<link>http://snipplr.com/view/9682/as3-optimized-arrays-aka-vector/</link>
<description><![CDATA[ <p>This feature which is available in Flash CS4 is a much more efficient Array.  Unlike Array, you cannot place data in any given index. Each index must have a value.  For example, you can't have data in Array[0] and Array[5] but nothing in between. The second parameter is a Boolean and it decides whether the Vector array can have more indexes added later.</p> ]]></description>
<pubDate>Wed, 12 Nov 2008 12:21:20 GMT</pubDate>
<guid>http://snipplr.com/view/9682/as3-optimized-arrays-aka-vector/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 MovieClip-as-a-Button Easy Function - Winkyboy</title>
<link>http://snipplr.com/view/9553/as3-movieclipasabutton-easy-function/</link>
<description><![CDATA[ <p>Because making a button out of a movieclip in AS3 is ridiculously code-heavy, I wrote a simple function to set the needed values with only a couple of lines.  You need the function placed within your code, after which you simply call it and then define the over/out/click functions for your movieclip.</p> ]]></description>
<pubDate>Fri, 07 Nov 2008 12:23:44 GMT</pubDate>
<guid>http://snipplr.com/view/9553/as3-movieclipasabutton-easy-function/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: FullScreen - chrisaiv</title>
<link>http://snipplr.com/view/9390/as3-fullscreen/</link>
<description><![CDATA[ <p>Create a MovieClip instance named fullScreenBtn with 4 frames, 4 frame labels, 4 stop() actions, and 4 different GUI states.  Give each frame a label of "upStateFull", "overStateFull", "upStateNormal", "overStateNormal"</p> ]]></description>
<pubDate>Thu, 30 Oct 2008 20:09:26 GMT</pubDate>
<guid>http://snipplr.com/view/9390/as3-fullscreen/</guid>
</item>
<item>
<title>(ActionScript 3) AIR: Closing all possible Windows before the Application Quits - chrisaiv</title>
<link>http://snipplr.com/view/9378/air-closing-all-possible-windows-before-the-application-quits/</link>
<description><![CDATA[ <p>If you don't do this, then there's a chance that a user will quit the program but windows will still be viewable.</p> ]]></description>
<pubDate>Thu, 30 Oct 2008 10:45:15 GMT</pubDate>
<guid>http://snipplr.com/view/9378/air-closing-all-possible-windows-before-the-application-quits/</guid>
</item>
<item>
<title>(Other) pageOff and On - bwl</title>
<link>http://snipplr.com/view/9328/pageoff-and-on/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 28 Oct 2008 00:07:44 GMT</pubDate>
<guid>http://snipplr.com/view/9328/pageoff-and-on/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Hiding TextArea Border - chrisaiv</title>
<link>http://snipplr.com/view/9324/as3-hiding-textarea-border/</link>
<description><![CDATA[ <p>If you ever need to hide the border found in TextArea, just do this. textArea.setStyle("upSkin",Sprite);</p> ]]></description>
<pubDate>Mon, 27 Oct 2008 14:10:50 GMT</pubDate>
<guid>http://snipplr.com/view/9324/as3-hiding-textarea-border/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 getURL / navigateToURL (How to make clickable links in AS3) - Winkyboy</title>
<link>http://snipplr.com/view/9312/as3-geturl--navigatetourl-how-to-make-clickable-links-in-as3/</link>
<description><![CDATA[ <p>Shown in the source are the actual code, shorthand of the code, and Steven Sacks' simple-but-sweet rendition of getURL done in AS3, which requires the downloadable class from his site.</p> ]]></description>
<pubDate>Mon, 27 Oct 2008 11:28:03 GMT</pubDate>
<guid>http://snipplr.com/view/9312/as3-geturl--navigatetourl-how-to-make-clickable-links-in-as3/</guid>
</item>
<item>
<title>(ActionScript 3) Cairngorm Value Object - jonniespratley</title>
<link>http://snipplr.com/view/9300/cairngorm-value-object/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 27 Oct 2008 01:17:29 GMT</pubDate>
<guid>http://snipplr.com/view/9300/cairngorm-value-object/</guid>
</item>
<item>
<title>(Other) Cairngorm Command - jonniespratley</title>
<link>http://snipplr.com/view/9299/cairngorm-command/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 27 Oct 2008 01:17:09 GMT</pubDate>
<guid>http://snipplr.com/view/9299/cairngorm-command/</guid>
</item>
<item>
<title>(Other) Cairngorm Controller - jonniespratley</title>
<link>http://snipplr.com/view/9298/cairngorm-controller/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 27 Oct 2008 01:16:41 GMT</pubDate>
<guid>http://snipplr.com/view/9298/cairngorm-controller/</guid>
</item>
<item>
<title>(Other) Cairngorm Delegate - jonniespratley</title>
<link>http://snipplr.com/view/9297/cairngorm-delegate/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 27 Oct 2008 01:16:19 GMT</pubDate>
<guid>http://snipplr.com/view/9297/cairngorm-delegate/</guid>
</item>
<item>
<title>(Other) Cairngorm Event - jonniespratley</title>
<link>http://snipplr.com/view/9296/cairngorm-event/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 27 Oct 2008 01:15:48 GMT</pubDate>
<guid>http://snipplr.com/view/9296/cairngorm-event/</guid>
</item>
<item>
<title>(Other) Cairngorm Model Locator - jonniespratley</title>
<link>http://snipplr.com/view/9295/cairngorm-model-locator/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 27 Oct 2008 01:15:24 GMT</pubDate>
<guid>http://snipplr.com/view/9295/cairngorm-model-locator/</guid>
</item>
<item>
<title>(PHP) PHP Flex File Download - jonniespratley</title>
<link>http://snipplr.com/view/9290/php-flex-file-download/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 27 Oct 2008 01:05:14 GMT</pubDate>
<guid>http://snipplr.com/view/9290/php-flex-file-download/</guid>
</item>
<item>
<title>(PHP) PHP Flex File Upload - jonniespratley</title>
<link>http://snipplr.com/view/9289/php-flex-file-upload/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 27 Oct 2008 01:04:55 GMT</pubDate>
<guid>http://snipplr.com/view/9289/php-flex-file-upload/</guid>
</item>
<item>
<title>(Other) Saving Preferences in Air - jonniespratley</title>
<link>http://snipplr.com/view/9288/saving-preferences-in-air/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 27 Oct 2008 01:03:02 GMT</pubDate>
<guid>http://snipplr.com/view/9288/saving-preferences-in-air/</guid>
</item>
<item>
<title>(Other) Removing data from amfphp - jonniespratley</title>
<link>http://snipplr.com/view/9287/removing-data-from-amfphp/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 27 Oct 2008 01:01:35 GMT</pubDate>
<guid>http://snipplr.com/view/9287/removing-data-from-amfphp/</guid>
</item>
<item>
<title>(Other) Saving data to amfphp - jonniespratley</title>
<link>http://snipplr.com/view/9286/saving-data-to-amfphp/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 27 Oct 2008 01:01:10 GMT</pubDate>
<guid>http://snipplr.com/view/9286/saving-data-to-amfphp/</guid>
</item>
</channel>
</rss>