<?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>Stabbymonkey.org &#187; flash</title>
	<atom:link href="http://www.stabbymonkey.org/archives/category/flash/feed" rel="self" type="application/rss+xml" />
	<link>http://www.stabbymonkey.org</link>
	<description>Flash, Games, Movies, and Monkeys with Knives.</description>
	<lastBuildDate>Fri, 04 Dec 2009 02:41:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>This is Why You&#8217;re Fat: in 60 seconds!</title>
		<link>http://www.stabbymonkey.org/archives/116</link>
		<comments>http://www.stabbymonkey.org/archives/116#comments</comments>
		<pubDate>Thu, 26 Nov 2009 08:17:50 +0000</pubDate>
		<dc:creator>Mantic</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[TIWYF]]></category>

		<guid isPermaLink="false">http://www.stabbymonkey.org/?p=116</guid>
		<description><![CDATA[Here&#8217;s a game that Domrein and I whipped together in 2 days! He started it one sleepless night, and I finished it one sleepless night.   
Enjoy!

Click here to play!
]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a game that Domrein and I whipped together in 2 days! He started it one sleepless night, and I finished it one sleepless night. <img src='http://www.stabbymonkey.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  </p>
<p>Enjoy!<br />
<strong><span style="font-size:150%;"><br />
<a  class="thickbox" title="TIWYF!" href="http://www.stabbymonkey.org/public/showcase/2D/turkey/turkey.html?keepThis=true&#038;TB_iframe=true&#038;height=480&#038;width=640">Click here to play!</a></span></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stabbymonkey.org/archives/116/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: Fiery Snowball!</title>
		<link>http://www.stabbymonkey.org/archives/105</link>
		<comments>http://www.stabbymonkey.org/archives/105#comments</comments>
		<pubDate>Thu, 19 Nov 2009 16:57:08 +0000</pubDate>
		<dc:creator>Mantic</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[fs]]></category>
		<category><![CDATA[OTG]]></category>

		<guid isPermaLink="false">http://www.stabbymonkey.org/?p=105</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<form action="http://www.stabbymonkey.org/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-105">Password:<br />
<input name="post_password" id="pwbox-105" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://www.stabbymonkey.org/archives/105/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mxmlc: &#8220;java heap space&#8221; crash</title>
		<link>http://www.stabbymonkey.org/archives/100</link>
		<comments>http://www.stabbymonkey.org/archives/100#comments</comments>
		<pubDate>Mon, 02 Nov 2009 17:33:34 +0000</pubDate>
		<dc:creator>Mantic</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[mxmlc]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.stabbymonkey.org/?p=100</guid>
		<description><![CDATA[Ever hit a &#8220;Java heap space&#8221; crash while running Flash&#8217;s command-line compiler: mxmlc? There are two ways to fix it:
1. Go to your SDK bin directory in a terminal window.  (mac with FB: /Applications/Adobe Flex Builder 3/sdks/3.3.0/bin)
Mac / Linux:
   2. edit the &#8216;mxmlc&#8217; file, look for the &#8220;VMARGS=&#8230;&#8221; line, and change the [...]]]></description>
			<content:encoded><![CDATA[<p>Ever hit a &#8220;Java heap space&#8221; crash while running Flash&#8217;s command-line compiler: mxmlc? There are two ways to fix it:</p>
<p>1. Go to your SDK bin directory in a terminal window.  (mac with FB: /Applications/Adobe Flex Builder 3/sdks/3.3.0/bin)</p>
<p>Mac / Linux:<br />
   2. edit the &#8216;mxmlc&#8217; file, look for the &#8220;VMARGS=&#8230;&#8221; line, and change the &#8220;Xmx384m&#8221; to &#8220;Xmx684m&#8221;.</p>
<p>Windows:<br />
   2. edit &#8220;jvm.config&#8221; and edit the line starting with &#8220;java.args=&#8230;&#8221;, change &#8220;Xmx348m&#8221; to &#8220;Xmx648m&#8221;.</p>
<p>3. The &#8220;648&#8243; is the maximum heap size (in megabytes) that the JVM will allocate for the compiling process. You can change this to suit your needs. </p>
<p>If you&#8217;re not sure how much memory you&#8217;ll need, set it to 1024 (a gig) or so, and compile your app with the &#8220;-benchmark&#8221; arg. That&#8217;ll tell you how much memory was used to compile your app, and you can adjust the final size to be somewhere above what it used.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stabbymonkey.org/archives/100/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Towers of doom!</title>
		<link>http://www.stabbymonkey.org/archives/85</link>
		<comments>http://www.stabbymonkey.org/archives/85#comments</comments>
		<pubDate>Wed, 14 Oct 2009 04:51:55 +0000</pubDate>
		<dc:creator>Mantic</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[OTG]]></category>

		<guid isPermaLink="false">http://www.stabbymonkey.org/?p=85</guid>
		<description><![CDATA[Here&#8217;s some of our first towers and monsters for a tower defense game I&#8217;m writing with Paul Milham. I&#8217;m not much of an artist, but I&#8217;m proud of these towers.  
Towers and Turrets
These monsters were drawn by Edgar Nielson.
Fearsome Frog Fighters
]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s some of our first towers and monsters for a tower defense game I&#8217;m writing with Paul Milham. I&#8217;m not much of an artist, but I&#8217;m proud of these towers. <img src='http://www.stabbymonkey.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a  class="thickbox" title="Towers and Turrets" href="http://www.stabbymonkey.org/public/showcase/2D/otg/towersTurrets.html?keepThis=true&#038;TB_iframe=true&#038;height=406&#038;width=800">Towers and Turrets</a></p>
<p>These monsters were drawn by <a  href="http://www.mediamuffin.com">Edgar Nielson</a>.<br />
<a  class="thickbox" title="Fearsome Frog Fighters" href="http://www.stabbymonkey.org/public/showcase/2D/otg/Emenies.html?keepThis=true&#038;TB_iframe=true&#038;height=606&#038;width=500">Fearsome Frog Fighters</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stabbymonkey.org/archives/85/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Animon Game Concept (working title)</title>
		<link>http://www.stabbymonkey.org/archives/18</link>
		<comments>http://www.stabbymonkey.org/archives/18#comments</comments>
		<pubDate>Mon, 10 Aug 2009 16:29:38 +0000</pubDate>
		<dc:creator>Mantic</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[game]]></category>

		<guid isPermaLink="false">http://www.stabbymonkey.org/?p=18</guid>
		<description><![CDATA[Animon Demo]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a demo of a game concept I am currently working on. Details <em>might</em> follow later.</p>
<p><a  href="http://www.stabbymonkey.org/public/showcase/2D/animon/animon20090810.html?keepThis=true&#038;TB_iframe=true&#038;height=439&#038;width=771" title="Update: Menus!" class="thickbox">Animon 2009-08-10 Update</a></p>
<p><a  href="http://www.stabbymonkey.org/public/showcase/2D/animon/animon20090804.html?keepThis=true&#038;TB_iframe=true&#038;height=439&#038;width=771" title="Demo for Animon game concept." class="thickbox">Animon 2009-08-04 Demo</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.stabbymonkey.org/archives/18/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fun with sound!</title>
		<link>http://www.stabbymonkey.org/archives/47</link>
		<comments>http://www.stabbymonkey.org/archives/47#comments</comments>
		<pubDate>Fri, 07 Aug 2009 14:23:14 +0000</pubDate>
		<dc:creator>Mantic</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[demo]]></category>
		<category><![CDATA[sound]]></category>

		<guid isPermaLink="false">http://www.stabbymonkey.org/?p=47</guid>
		<description><![CDATA[Here&#8217;s a little app I wrote as a proof of concept w/ dynamic song generation. Thanks to Kelvin Luck for his demo that kick-started mine!   
The music is made by DarkSide for our Power of 3 contest submission for Newgrounds. 
View Demo
I have nothing against releasing the source. Make some noise if you [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a little app I wrote as a proof of concept w/ dynamic song generation. Thanks to <a  href="http://www.kelvinluck.com/2008/11/first-steps-with-flash-10-audio-programming/">Kelvin Luck</a> for his demo that kick-started mine! <img src='http://www.stabbymonkey.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>The music is made by <a  href="http://darkside555.newgrounds.com/">DarkSide</a> for our Power of 3 contest submission for <a  href="http://newgrounds.com">Newgrounds</a>. </p>
<p><a  class="thickbox" title="Sound Fun" href="http://www.stabbymonkey.org/public/showcase/2D/choppedSound/?keepThis=true&#038;TB_iframe=true&#038;height=439&#038;width=770">View Demo</a></p>
<p>I have nothing against releasing the source. Make some noise if you want it. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.stabbymonkey.org/archives/47/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: Trio for Hire!</title>
		<link>http://www.stabbymonkey.org/archives/33</link>
		<comments>http://www.stabbymonkey.org/archives/33#comments</comments>
		<pubDate>Wed, 05 Aug 2009 04:06:30 +0000</pubDate>
		<dc:creator>Mantic</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[newgrounds]]></category>
		<category><![CDATA[power of 3]]></category>

		<guid isPermaLink="false">http://www.stabbymonkey.org/?p=33</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<form action="http://www.stabbymonkey.org/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-33">Password:<br />
<input name="post_password" id="pwbox-33" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://www.stabbymonkey.org/archives/33/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zombie Flash Game (in progress)</title>
		<link>http://www.stabbymonkey.org/archives/29</link>
		<comments>http://www.stabbymonkey.org/archives/29#comments</comments>
		<pubDate>Wed, 05 Aug 2009 04:02:50 +0000</pubDate>
		<dc:creator>Mantic</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[game]]></category>

		<guid isPermaLink="false">http://www.stabbymonkey.org/?p=29</guid>
		<description><![CDATA[Here is a super-pre-alpha of a Flash zombie sidescroller that I worked on with Edgar (Funy Mony) during the Fall of 2009. We spent about 5-6 weeks on this, working at home and in between classes at the University of Utah. We had to abandon the project (TEMPORARILY) to compete in the Power of 3 [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a super-pre-alpha of a Flash zombie sidescroller that I worked on with Edgar (Funy Mony) during the Fall of 2009. We spent about 5-6 weeks on this, working at home and in between classes at the University of Utah. We had to abandon the project (TEMPORARILY) to compete in the Power of 3 contest that Newgrounds was hosting. We plan to pick it back up someday; maybe in the Summer of 2010.<br />
<br/></p>
<p><a  class="thickbox" title="EPIC Zombies!" href="http://www.stabbymonkey.org/public/showcase/2D/EPIC/epic.html?keepThis=true&#038;TB_iframe=true&#038;height=389&#038;width=771">Epic Zombies!</a> <&#8211;  This link will always be the most up to date demo.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.stabbymonkey.org/archives/29/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
