<?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; Tutorials</title>
	<atom:link href="http://www.zombieflambe.com/tag/tutorials/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>Thu, 02 Jun 2011 17:57:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Air, Android, and cookies</title>
		<link>http://www.zombieflambe.com/actionscript-3/air-android-and-cookies/</link>
		<comments>http://www.zombieflambe.com/actionscript-3/air-android-and-cookies/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 22:57:00 +0000</pubDate>
		<dc:creator>Haelix</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[Air]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Adobe Air for Android]]></category>
		<category><![CDATA[Code Examples]]></category>

		<guid isPermaLink="false">http://www.zombieflambe.com/?p=382</guid>
		<description><![CDATA[What: In using an Android app, I need to send an authentication request (username/password) to the server and the server needs to send me back a cookie.  We all know how you would use JavaScript to grab cookie/session data and then you could send it right into flash. Problem: How or where would you find [...]]]></description>
		<wfw:commentRss>http://www.zombieflambe.com/actionscript-3/air-android-and-cookies/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Image GPS Extractor Android App</title>
		<link>http://www.zombieflambe.com/actionscript-3/image-gps-extractor/</link>
		<comments>http://www.zombieflambe.com/actionscript-3/image-gps-extractor/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 19:03:31 +0000</pubDate>
		<dc:creator>Haelix</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[Air]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Adobe Air for Android]]></category>
		<category><![CDATA[Android App]]></category>
		<category><![CDATA[Code Examples]]></category>
		<category><![CDATA[Flex Droid App Tutorial]]></category>

		<guid isPermaLink="false">http://www.zombieflambe.com/?p=332</guid>
		<description><![CDATA[I just wrapped up my first little Android App using Adobe AIR.  As far as development goes, that was one of the smoothest experiences I&#8217;ve ever had. I&#8217;m currently developing a mobile app for a project at work.  I&#8217;ve never created a mobile app before, and the project app is going to take a few [...]]]></description>
		<wfw:commentRss>http://www.zombieflambe.com/actionscript-3/image-gps-extractor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FishEyeMenu Class Update&#8230; v1.1</title>
		<link>http://www.zombieflambe.com/actionscript-3/fisheyemenu-class-update-v11/</link>
		<comments>http://www.zombieflambe.com/actionscript-3/fisheyemenu-class-update-v11/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 22:30:13 +0000</pubDate>
		<dc:creator>Haelix</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[FishEye Menu]]></category>

		<guid isPermaLink="false">http://www.zombieflambe.com/?p=191</guid>
		<description><![CDATA[Thanks to a comment posted by doggy, I&#8217;ve updated the FishEyeMenu class to listen for MouseDown events and keep track of selected items.   New Functions: public function get selected():* public function get lastSelected():*  public function set selected( clickedItemEvent:MouseEvent ):void   New Event Type FishEyeMenu.SELECTED_CHANGED &#8211; Triggered upon a change in selected menu item Once [...]]]></description>
		<wfw:commentRss>http://www.zombieflambe.com/actionscript-3/fisheyemenu-class-update-v11/feed/</wfw:commentRss>
		<slash:comments>4</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&#8242;s Event Handling and the stopPropagation method and just the other day working on the code [...]]]></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>Fisheye Menu Using AS3 and TweenLite</title>
		<link>http://www.zombieflambe.com/actionscript-3/fisheye-menu-using-as3-and-tweenlite/</link>
		<comments>http://www.zombieflambe.com/actionscript-3/fisheye-menu-using-as3-and-tweenlite/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 06:42:21 +0000</pubDate>
		<dc:creator>Haelix</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[TweenLite]]></category>

		<guid isPermaLink="false">http://www.zombieflambe.com/?p=123</guid>
		<description><![CDATA[A friend of mine that enjoys bitching until I help her with whatever popped into her head that moment messages me tonight.  &#8220;Hey for my site [that you'll make for me for free because i'm a girl and your friend] I want a menu system like that one I showed you [which you're supposed to [...]]]></description>
		<wfw:commentRss>http://www.zombieflambe.com/actionscript-3/fisheye-menu-using-as3-and-tweenlite/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

