<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - chrisaiv</title>
<link>http://snipplr.com/users/chrisaiv/tags/as3</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 15 Feb 2012 10:08:29 GMT</pubDate>
<item>
<title>(ActionScript 3) AS3: Calculating MPH using GeoLocation (version 2)</title>
<link>http://snipplr.com/view/60825/as3-calculating-mph-using-geolocation-version-2/</link>
<description><![CDATA[ <p>Here's a more OOP version</p> ]]></description>
<pubDate>Tue, 15 Nov 2011 04:52:42 GMT</pubDate>
<guid>http://snipplr.com/view/60825/as3-calculating-mph-using-geolocation-version-2/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Calculating MPH using GeoLocation (version 1)</title>
<link>http://snipplr.com/view/60823/as3-calculating-mph-using-geolocation-version-1/</link>
<description><![CDATA[ <p>There are ways to calculate speed and altitude using the GeoLocation class.   In the US, you can even calculate Miles Per Hour.</p> ]]></description>
<pubDate>Tue, 15 Nov 2011 04:35:52 GMT</pubDate>
<guid>http://snipplr.com/view/60823/as3-calculating-mph-using-geolocation-version-1/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: JSON.decode</title>
<link>http://snipplr.com/view/56393/as3-jsondecode/</link>
<description><![CDATA[ <p>I always have trouble preparing JSON to work nicely with as3corelib.  Here's an example of what I do whenever the array I'm looking for is nested within more JSON. This really isn't for anyone other than myself.</p> ]]></description>
<pubDate>Mon, 11 Jul 2011 14:18:52 GMT</pubDate>
<guid>http://snipplr.com/view/56393/as3-jsondecode/</guid>
</item>
<item>
<title>(ActionScript 3) As3: Detect Remote Control Buttons using Key Codes</title>
<link>http://snipplr.com/view/54314/as3-detect-remote-control-buttons-using-key-codes/</link>
<description><![CDATA[ <p>Whenever you press on a remote control button (through wireless), Flash can detect what button is being pressed</p> ]]></description>
<pubDate>Tue, 24 May 2011 16:05:51 GMT</pubDate>
<guid>http://snipplr.com/view/54314/as3-detect-remote-control-buttons-using-key-codes/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Blackberry Playbook Boilerplate</title>
<link>http://snipplr.com/view/52984/as3-blackberry-playbook-boilerplate/</link>
<description><![CDATA[ <p>It seems that every time I work on a Blackberry app, by default I use some boilerplate code like this.  The idea is simply to handle the background events whenever a user flips to another application.</p> ]]></description>
<pubDate>Wed, 04 May 2011 16:15:06 GMT</pubDate>
<guid>http://snipplr.com/view/52984/as3-blackberry-playbook-boilerplate/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Creating a Google Calendar RF3339 Timestamp</title>
<link>http://snipplr.com/view/51677/as3-creating-a-google-calendar-rf3339-timestamp/</link>
<description><![CDATA[ <p>If you ever need to build a Flash mash-up on top of Google Calendar, you may need sync things through a timestamp. This example basically makes a request to my public Google calendar profile and says, "Give me any data based on what is happening right now". So the URL Request looks like this "http://www.google.com/calendar/feeds/MyCalendarFeed/public/basic?start-min=" + RF3339.timestamp();</p> ]]></description>
<pubDate>Thu, 07 Apr 2011 03:37:58 GMT</pubDate>
<guid>http://snipplr.com/view/51677/as3-creating-a-google-calendar-rf3339-timestamp/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Blackberry Playbook Example</title>
<link>http://snipplr.com/view/50844/as3-blackberry-playbook-example/</link>
<description><![CDATA[ <p>What makes the Blackberry Playbook so cool is that Adobe AIR is natively installed. So if you're interested in making a Playbook app, all you need to do is fire up Flash Pro and create an AIR 2.5 file.</p> ]]></description>
<pubDate>Sat, 19 Mar 2011 11:27:13 GMT</pubDate>
<guid>http://snipplr.com/view/50844/as3-blackberry-playbook-example/</guid>
</item>
<item>
<title>(JavaScript) SWFObject: Full sreen flash with browser scrollbar</title>
<link>http://snipplr.com/view/45792/swfobject-full-sreen-flash-with-browser-scrollbar/</link>
<description><![CDATA[ <p>If you are trying to solving one or both of these problems:
+ If the window is resized to a smaller size that was designed for - a scrollbar would be nice.
+ If the content is larger than the original design - a scrollbar would be nice

Then use this code!</p> ]]></description>
<pubDate>Thu, 16 Dec 2010 04:19:18 GMT</pubDate>
<guid>http://snipplr.com/view/45792/swfobject-full-sreen-flash-with-browser-scrollbar/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Basic Multitouch Example</title>
<link>http://snipplr.com/view/37220/as3-basic-multitouch-example/</link>
<description><![CDATA[ <p>Found this handy example on Adobe DevNet.  http://www.adobe.com/devnet/flash/articles/multitouch_gestures.html</p> ]]></description>
<pubDate>Tue, 13 Jul 2010 19:44:43 GMT</pubDate>
<guid>http://snipplr.com/view/37220/as3-basic-multitouch-example/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Remove Duplicates in an Array</title>
<link>http://snipplr.com/view/33425/as3-remove-duplicates-in-an-array/</link>
<description><![CDATA[ <p>I found this awesome function that allows you to easily remove duplicate values.</p> ]]></description>
<pubDate>Wed, 28 Apr 2010 11:15:14 GMT</pubDate>
<guid>http://snipplr.com/view/33425/as3-remove-duplicates-in-an-array/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Cleaning up NameSpaces</title>
<link>http://snipplr.com/view/30034/as3-cleaning-up-namespaces/</link>
<description><![CDATA[ <p>removeNamespace() doesn't always do the trick.  Here's a bombizzle regexp.</p> ]]></description>
<pubDate>Fri, 19 Mar 2010 14:24:31 GMT</pubDate>
<guid>http://snipplr.com/view/30034/as3-cleaning-up-namespaces/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Singleton Event Controller</title>
<link>http://snipplr.com/view/29781/as3-singleton-event-controller/</link>
<description><![CDATA[ <p>Simple, elegant solution that demands re-broadcast.  Author's explanation of the class: So I had the stage listen for the keyboward event, and when it heard it, dispatch it through this singlton instance, whcih the scroller can invoke as a listener, and viola, it worked perfectly! All events that need to travel all over the project, to parents, grandparents, and to all points in the display list, will now do so through this great EventCentral singleton.</p> ]]></description>
<pubDate>Mon, 15 Mar 2010 11:03:08 GMT</pubDate>
<guid>http://snipplr.com/view/29781/as3-singleton-event-controller/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Cool Text Effect</title>
<link>http://snipplr.com/view/29748/as3-cool-text-effect/</link>
<description><![CDATA[ <p>Awesome text effect using TweenMax</p> ]]></description>
<pubDate>Mon, 15 Mar 2010 01:38:30 GMT</pubDate>
<guid>http://snipplr.com/view/29748/as3-cool-text-effect/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Pop-up blocker workaround</title>
<link>http://snipplr.com/view/29544/as3-popup-blocker-workaround/</link>
<description><![CDATA[ <p>If pop-up blockers are making things difficult for you, try this awesome class.  It uses Javascript to pop open a window if navigateToURL() fails.</p> ]]></description>
<pubDate>Wed, 10 Mar 2010 11:30:19 GMT</pubDate>
<guid>http://snipplr.com/view/29544/as3-popup-blocker-workaround/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Date / Time converter</title>
<link>http://snipplr.com/view/27767/as3-date--time-converter/</link>
<description><![CDATA[ <p>Handy Date/Time converter: Convert Date Object to MySQL date format, Translate minutes into an English phrase, Convert MySQL date to Actionscript Date object, Get Day name from Date, Get name of Month from a Date Object, Input the seconds and return a string of the form: hours:mins:secs, Input the seconds and return a string of the form: mins:sec, Input seconds and return a string of the form: hours:min,</p> ]]></description>
<pubDate>Fri, 05 Feb 2010 17:16:48 GMT</pubDate>
<guid>http://snipplr.com/view/27767/as3-date--time-converter/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Search within an Array</title>
<link>http://snipplr.com/view/27445/as3-search-within-an-array/</link>
<description><![CDATA[ <p>I found this awesome class by flanture@gmail.com and can't help but share it.</p> ]]></description>
<pubDate>Sun, 31 Jan 2010 18:22:42 GMT</pubDate>
<guid>http://snipplr.com/view/27445/as3-search-within-an-array/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Odd or Even</title>
<link>http://snipplr.com/view/27061/as3-odd-or-even/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 25 Jan 2010 20:29:18 GMT</pubDate>
<guid>http://snipplr.com/view/27061/as3-odd-or-even/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Minutes to Milliseconds Helper</title>
<link>http://snipplr.com/view/26509/as3-minutes-to-milliseconds-helper/</link>
<description><![CDATA[ <p>Quick little helper method that allows you to no longer think in Milliseconds</p> ]]></description>
<pubDate>Fri, 15 Jan 2010 11:11:13 GMT</pubDate>
<guid>http://snipplr.com/view/26509/as3-minutes-to-milliseconds-helper/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Accessing Twitter User's Public Timeline using SWX</title>
<link>http://snipplr.com/view/25934/as3-accessing-twitter-users-public-timeline-using-swx/</link>
<description><![CDATA[ <p>I've tried RSS, ATOM, JSON, XML (with a Python Proxy), and so far this is my preferred way to access my Twitter Public Timeline.  The project requires you to download the SWX which you can find on Google Code</p> ]]></description>
<pubDate>Mon, 04 Jan 2010 22:32:29 GMT</pubDate>
<guid>http://snipplr.com/view/25934/as3-accessing-twitter-users-public-timeline-using-swx/</guid>
</item>
<item>
<title>(ActionScript 3) AS3: Generating Dynamic XML With E4X in ActionScript</title>
<link>http://snipplr.com/view/22495/as3-generating-dynamic-xml-with-e4x-in-actionscript/</link>
<description><![CDATA[ <p>Here's how you can generate XML dynamically and use variables as attribute values or text nodes.</p> ]]></description>
<pubDate>Wed, 04 Nov 2009 12:54:03 GMT</pubDate>
<guid>http://snipplr.com/view/22495/as3-generating-dynamic-xml-with-e4x-in-actionscript/</guid>
</item>
</channel>
</rss>
