<?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>Jonny Reeves &#187; ActionScript 2</title>
	<atom:link href="http://www.jonnyreeves.co.uk/category/actionscript-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jonnyreeves.co.uk</link>
	<description>ActionScript Developer</description>
	<lastBuildDate>Sat, 28 Jan 2012 11:56:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Logging in ActionScript 3</title>
		<link>http://www.jonnyreeves.co.uk/2010/02/logging-in-actionscript-3/</link>
		<comments>http://www.jonnyreeves.co.uk/2010/02/logging-in-actionscript-3/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 20:27:36 +0000</pubDate>
		<dc:creator>jonny</dc:creator>
				<category><![CDATA[ActionScript 2]]></category>
		<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[logging]]></category>

		<guid isPermaLink="false">http://www.jonnyreeves.co.uk/?p=169</guid>
		<description><![CDATA[Logging is a fundamental part of any mid to large scale application, your application needs to be able to talk to other developers and Q&#038;A engineers to help diagnose problems and gain insight into what&#8217;s going on under the hood. &#8230; <a href="http://www.jonnyreeves.co.uk/2010/02/logging-in-actionscript-3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.jonnyreeves.co.uk/2010/02/logging-in-actionscript-3/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Automatically Generating a Maven POM file with ANT</title>
		<link>http://www.jonnyreeves.co.uk/2010/01/automatically-generating-a-maven-pom-file-with-ant/</link>
		<comments>http://www.jonnyreeves.co.uk/2010/01/automatically-generating-a-maven-pom-file-with-ant/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 18:20:34 +0000</pubDate>
		<dc:creator>jonny</dc:creator>
				<category><![CDATA[ActionScript 2]]></category>

		<guid isPermaLink="false">http://www.jonnyreeves.co.uk/?p=151</guid>
		<description><![CDATA[This one tripped me up for a while and doesn&#8217;t seem to be mentioned in the Maven ANT Tasks Documentation. I was working on a build process which makes use of Maven soley for deploying and versioning releases and ANT &#8230; <a href="http://www.jonnyreeves.co.uk/2010/01/automatically-generating-a-maven-pom-file-with-ant/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.jonnyreeves.co.uk/2010/01/automatically-generating-a-maven-pom-file-with-ant/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flash on the Beach 2008 &#8211; Tuesday Write Up</title>
		<link>http://www.jonnyreeves.co.uk/2008/10/flash-on-the-beach-2008-tuesday-write-up/</link>
		<comments>http://www.jonnyreeves.co.uk/2008/10/flash-on-the-beach-2008-tuesday-write-up/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 10:34:24 +0000</pubDate>
		<dc:creator>jonny</dc:creator>
				<category><![CDATA[ActionScript 2]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[fotb]]></category>

		<guid isPermaLink="false">http://www.jonnyreeves.co.uk/?p=61</guid>
		<description><![CDATA[I went down to the Flash on the Beach 08 conference yesterday, here&#8217;s some of the notes that I wrote up on the train back: Creating The Next Generation Happy Meal Toy Julain Dolce Julian is lead Developer for Fuel &#8230; <a href="http://www.jonnyreeves.co.uk/2008/10/flash-on-the-beach-2008-tuesday-write-up/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.jonnyreeves.co.uk/2008/10/flash-on-the-beach-2008-tuesday-write-up/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Typesafe Enums in ActionScript 2</title>
		<link>http://www.jonnyreeves.co.uk/2008/07/typesafe-enums-in-actionscript-2/</link>
		<comments>http://www.jonnyreeves.co.uk/2008/07/typesafe-enums-in-actionscript-2/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 09:24:07 +0000</pubDate>
		<dc:creator>jonny</dc:creator>
				<category><![CDATA[ActionScript 2]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[enum]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[oo]]></category>

		<guid isPermaLink="false">http://www.jonnyreeves.co.uk/?p=59</guid>
		<description><![CDATA[Typesafe Enums are perfect when you want to get the message across loud and clear, with no room for error. The classic use for an Enum is handling events, to give some context I&#8217;ll demonstrate how you could handle events &#8230; <a href="http://www.jonnyreeves.co.uk/2008/07/typesafe-enums-in-actionscript-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.jonnyreeves.co.uk/2008/07/typesafe-enums-in-actionscript-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CNET TV Videos</title>
		<link>http://www.jonnyreeves.co.uk/2008/07/cnet-tv-videos/</link>
		<comments>http://www.jonnyreeves.co.uk/2008/07/cnet-tv-videos/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 08:45:07 +0000</pubDate>
		<dc:creator>jonny</dc:creator>
				<category><![CDATA[ActionScript 2]]></category>

		<guid isPermaLink="false">http://www.jonnyreeves.co.uk/?p=58</guid>
		<description><![CDATA[I&#8217;ve recently been slaving away on Version 4 of the CNET Video Player. Today is the official launch of the new player and it would appear everything has gone smoothly. The player features numerous enhancements over the previous version including &#8230; <a href="http://www.jonnyreeves.co.uk/2008/07/cnet-tv-videos/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.jonnyreeves.co.uk/2008/07/cnet-tv-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Actionscript &#8211; Loading Acute and UTF-8 Characters from XML into Dynamic Text with Flash</title>
		<link>http://www.jonnyreeves.co.uk/2008/06/actionscript-acute-utf-8-data-xml-flash/</link>
		<comments>http://www.jonnyreeves.co.uk/2008/06/actionscript-acute-utf-8-data-xml-flash/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 09:17:32 +0000</pubDate>
		<dc:creator>jonny</dc:creator>
				<category><![CDATA[ActionScript 2]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[acute]]></category>
		<category><![CDATA[dynamic text]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[unicode]]></category>

		<guid isPermaLink="false">http://www.jonnyreeves.co.uk/?p=54</guid>
		<description><![CDATA[Writing flexible applications in Flash is easy, (/me points in the direction of my XML Configuration Class) and there&#8217;s few reasons why all your text strings should not be read in at run time to allow for easy internationalization. However, &#8230; <a href="http://www.jonnyreeves.co.uk/2008/06/actionscript-acute-utf-8-data-xml-flash/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.jonnyreeves.co.uk/2008/06/actionscript-acute-utf-8-data-xml-flash/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>ActionScript 2.0 Configuration Class</title>
		<link>http://www.jonnyreeves.co.uk/2008/06/actionscript-20-configuration-class/</link>
		<comments>http://www.jonnyreeves.co.uk/2008/06/actionscript-20-configuration-class/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 13:19:27 +0000</pubDate>
		<dc:creator>jonny</dc:creator>
				<category><![CDATA[ActionScript 2]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[flashvar]]></category>
		<category><![CDATA[singleton]]></category>

		<guid isPermaLink="false">http://www.jonnyreeves.co.uk/?p=38</guid>
		<description><![CDATA[This is an update to my original Actionscript 2.0 Configuration Class which I wrote back in February. It features a new access method for reading and writing values and allows you to load in external XML configuration documents with an &#8230; <a href="http://www.jonnyreeves.co.uk/2008/06/actionscript-20-configuration-class/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.jonnyreeves.co.uk/2008/06/actionscript-20-configuration-class/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Flare &#8211; Actionscript 2.0 SWF Decompiler</title>
		<link>http://www.jonnyreeves.co.uk/2008/02/flare-actionscript-20-swf-decompiler/</link>
		<comments>http://www.jonnyreeves.co.uk/2008/02/flare-actionscript-20-swf-decompiler/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 10:15:07 +0000</pubDate>
		<dc:creator>jonny</dc:creator>
				<category><![CDATA[ActionScript 2]]></category>

		<guid isPermaLink="false">http://www.jonnyreeves.co.uk/?p=27</guid>
		<description><![CDATA[Flare is a free (as in beer) Actionscript 2.0 decompiler with GUI clients for Windows and Mac (and CLI for Windows, Mac and Linux).  I just had a quick play with it to examine a 3rd party component (swc file) &#8230; <a href="http://www.jonnyreeves.co.uk/2008/02/flare-actionscript-20-swf-decompiler/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.jonnyreeves.co.uk/2008/02/flare-actionscript-20-swf-decompiler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Actionscript 2.0 Configuration Class (read/write)</title>
		<link>http://www.jonnyreeves.co.uk/2008/02/actionscript-20-configuration-class-readwrite/</link>
		<comments>http://www.jonnyreeves.co.uk/2008/02/actionscript-20-configuration-class-readwrite/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 21:54:18 +0000</pubDate>
		<dc:creator>jonny</dc:creator>
				<category><![CDATA[ActionScript 2]]></category>

		<guid isPermaLink="false">http://www.jonnyreeves.co.uk/?p=25</guid>
		<description><![CDATA[@Update &#8211; Please note that this post is considered deprecated &#8211; please refer to: http://www.jonnyreeves.co.uk/2008/06/actionscript-20-configuration-class/ I like all of my apps to be as flexible as possible; as a result I tend to make nearly every aspect configurable. There are &#8230; <a href="http://www.jonnyreeves.co.uk/2008/02/actionscript-20-configuration-class-readwrite/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.jonnyreeves.co.uk/2008/02/actionscript-20-configuration-class-readwrite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using XSPF for Video Playlists.</title>
		<link>http://www.jonnyreeves.co.uk/2008/02/using-xspf-for-video-playlists/</link>
		<comments>http://www.jonnyreeves.co.uk/2008/02/using-xspf-for-video-playlists/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 16:36:15 +0000</pubDate>
		<dc:creator>jonny</dc:creator>
				<category><![CDATA[ActionScript 2]]></category>
		<category><![CDATA[Video on the Web]]></category>
		<category><![CDATA[playlist]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[xspf]]></category>

		<guid isPermaLink="false">http://www.jonnyreeves.co.uk/?p=24</guid>
		<description><![CDATA[I am working to implement the XSPF Playlist standard for CNET Networks UK Video Players (with the hope that it could one day move to other countries). XSPF describes itself as being an XML based playlist format for digital media &#8230; <a href="http://www.jonnyreeves.co.uk/2008/02/using-xspf-for-video-playlists/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.jonnyreeves.co.uk/2008/02/using-xspf-for-video-playlists/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

