<?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>Zombie Flambe &#187; Code Examples</title>
	<atom:link href="http://www.zombieflambe.com/tag/code-examples/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zombieflambe.com</link>
	<description>PHP, AS3, web dev and whatever else I like today.</description>
	<lastBuildDate>Fri, 15 May 2009 00:54:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>AS3 &#8211; AMFPHP High Score Database</title>
		<link>http://www.zombieflambe.com/actionscript-3/as3-amfphp-high-score-database/</link>
		<comments>http://www.zombieflambe.com/actionscript-3/as3-amfphp-high-score-database/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 19:14:30 +0000</pubDate>
		<dc:creator>Haelix</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[PHP/MySQL]]></category>
		<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[Code Examples]]></category>

		<guid isPermaLink="false">http://www.zombieflambe.com/?p=220</guid>
		<description><![CDATA[This is a little tutorial covering using ActionScript 3, PHP and AMFPHP to create a MySQL-based High Score Database.  You should have some familiarity with each as this isn&#8217;t exactly a &#8220;Beginner&#8217;s How-To.&#8221;  For a recent game project I&#8217;ve been working on, one of the requirements was a simple High Score Database.  After [...]]]></description>
		<wfw:commentRss>http://www.zombieflambe.com/actionscript-3/as3-amfphp-high-score-database/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>AS3 &#8211; AMFPHP &#8211; Secure Flash/MySQL Database Calls</title>
		<link>http://www.zombieflambe.com/actionscript-3/as3-amfphp-secure-flashmysql-database-calls/</link>
		<comments>http://www.zombieflambe.com/actionscript-3/as3-amfphp-secure-flashmysql-database-calls/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 12:23:08 +0000</pubDate>
		<dc:creator>Haelix</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[PHP/MySQL]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[AMFPHP]]></category>
		<category><![CDATA[Code Examples]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.zombieflambe.com/?p=205</guid>
		<description><![CDATA[I decided to split the original blog post into two separate posts as &#8220;Secure&#8221; Flash/MySQL DB calls is fairly short, and it was scattered about in a post more on how to set up a High Score DB with AMFPHP.
So this will be a couple of very specific tips and things to set up when [...]]]></description>
		<wfw:commentRss>http://www.zombieflambe.com/actionscript-3/as3-amfphp-secure-flashmysql-database-calls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preloader to Game Transition with Stop Propagation</title>
		<link>http://www.zombieflambe.com/actionscript-3/as3-preloader-to-game-transition-with-stop-propagation/</link>
		<comments>http://www.zombieflambe.com/actionscript-3/as3-preloader-to-game-transition-with-stop-propagation/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 17:59:45 +0000</pubDate>
		<dc:creator>Haelix</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Code Examples]]></category>
		<category><![CDATA[Game Development]]></category>

		<guid isPermaLink="false">http://www.zombieflambe.com/?p=183</guid>
		<description><![CDATA[This will be a quick post on some gotcha&#8217;s to keep an eye out for when loading your ActionScript 3 game swf from a preloader swf.  Nothing revolutionary here, back in mid-December, I had posted a blog on ActionScript 3&#8217;s Event Handling and the stopPropagation method and just the other day working on the [...]]]></description>
		<wfw:commentRss>http://www.zombieflambe.com/actionscript-3/as3-preloader-to-game-transition-with-stop-propagation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AS3 Dictionary Class vs. Array vs. Object!</title>
		<link>http://www.zombieflambe.com/actionscript-3/as3-dictionary-class-array-object-benchmark/</link>
		<comments>http://www.zombieflambe.com/actionscript-3/as3-dictionary-class-array-object-benchmark/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 08:12:08 +0000</pubDate>
		<dc:creator>Haelix</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[Benchmarking]]></category>
		<category><![CDATA[Code Examples]]></category>

		<guid isPermaLink="false">http://www.zombieflambe.com/?p=142</guid>
		<description><![CDATA[It&#8217;s some sort of crazy nerdtastic Data Structure Deathmatch!
The Adobe Actionscript 3 Dictionary Class Vs Object Vs Array!  Man it&#8217;s awesome to have a language to work in, just like a great RPG where everyone&#8217;s got their strengths and weaknesses and it all works together to make awesome flashlove all over the web.
&#8220;What is a [...]]]></description>
		<wfw:commentRss>http://www.zombieflambe.com/actionscript-3/as3-dictionary-class-array-object-benchmark/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
