<?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>Matt&#039;s Blog &#187; MMM</title>
	<atom:link href="http://blog.mackenzie.ag/tag/mmm/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mackenzie.ag</link>
	<description>140 characters isn&#039;t always enough.</description>
	<lastBuildDate>Fri, 30 Jul 2010 13:50:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=8149</generator>
		<item>
		<title>ActionScript 3 Library for Tra.kz</title>
		<link>http://blog.mackenzie.ag/2009/02/11/actionscript-3-library-for-trakz/</link>
		<comments>http://blog.mackenzie.ag/2009/02/11/actionscript-3-library-for-trakz/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 23:25:48 +0000</pubDate>
		<dc:creator>mattm</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[MMM]]></category>
		<category><![CDATA[Tra.kz]]></category>

		<guid isPermaLink="false">http://mackenzie.ag/?p=72</guid>
		<description><![CDATA[Hi everyone, MixMatchMusic released a URL shortening service today that is oriented toward Music related content, called tra.kz. I decided to whip up a quick actionscript library for it, which you can all use for fun. Download it here: Trakz.zip Here is how you might use it: import mx.controls.Alert; import kz.tra.Shorten; import kz.tra.events.TrakzEvent; private function [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Hi everyone,</p>
<p>MixMatchMusic released a URL shortening service today that is oriented toward Music related content, called <a href="http://tra.kz">tra.kz</a>.  I decided to whip up a quick actionscript library for it, which you can all use for fun.</p>
<p>Download it here:  <a href="http://mackenzie.ag/Trakz.zip">Trakz.zip</a></p>
<p>Here is how you might use it:</p>
<pre>import mx.controls.Alert;
import kz.tra.Shorten;
import kz.tra.events.TrakzEvent;

private function callTrakz():void
{
    var trakz:Shorten = new Shorten("myAPIKey");
    trakz.addEventListener("urlShortened", uS);
    trakz.shortenURL("http://adobe.com/go/foobar");
}

private function uS(event:TrakzEvent):void
{
    mx.controls.Alert.show(event.shortURL + " Failure: " + event.failed.toString());
}
]]&gt;</pre>
<p>Ping me if you need an API key&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mackenzie.ag/2009/02/11/actionscript-3-library-for-trakz/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
