<?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>8ball-media.de &#187; AS3</title>
	<atom:link href="http://8ball-media.de/wp/category/as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://8ball-media.de/wp</link>
	<description>pieces from everything</description>
	<lastBuildDate>Fri, 05 Dec 2014 11:22:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4</generator>
		<item>
		<title>Project Sprouts and Continous Integration</title>
		<link>http://8ball-media.de/wp/2011/11/project-sprouts-and-continous-integration/</link>
		<comments>http://8ball-media.de/wp/2011/11/project-sprouts-and-continous-integration/#comments</comments>
		<pubDate>Sun, 20 Nov 2011 18:47:13 +0000</pubDate>
		<dc:creator>David Linse</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ci]]></category>
		<category><![CDATA[sprouts]]></category>

		<guid isPermaLink="false">http://8ball-media.de/?p=885</guid>
		<description><![CDATA[This is more a reminder to myself rather than a complete post because it took me a while to figure it out. Updated the gems of AsUnit4 as well as the sprout-flashsdk from their repository. # rakefile.rb ############################## # CI &#8230; <a href="http://8ball-media.de/wp/2011/11/project-sprouts-and-continous-integration/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://8ball-media.de/wp/2011/11/project-sprouts-and-continous-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tweaking Flash (CS5) &#8211; Duplicate Symbol Dialog</title>
		<link>http://8ball-media.de/wp/2011/08/tweaking-flash-cs5-duplicate-symbol-dialog/</link>
		<comments>http://8ball-media.de/wp/2011/08/tweaking-flash-cs5-duplicate-symbol-dialog/#comments</comments>
		<pubDate>Tue, 09 Aug 2011 20:39:39 +0000</pubDate>
		<dc:creator>David Linse</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[stuff]]></category>
		<category><![CDATA[flash cs5]]></category>
		<category><![CDATA[markdown]]></category>
		<category><![CDATA[tweak]]></category>

		<guid isPermaLink="false">http://8ball-media.de/?p=827</guid>
		<description><![CDATA[If you don't like the name proposal of the Flash CS5 "duplicate symbol" dialog here's a way to change it.. <a href="http://8ball-media.de/wp/2011/08/tweaking-flash-cs5-duplicate-symbol-dialog/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://8ball-media.de/wp/2011/08/tweaking-flash-cs5-duplicate-symbol-dialog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to send or receive data JSON encoded data from flash to a server-side-script</title>
		<link>http://8ball-media.de/wp/2010/12/howto-send-and-receive-json-encoded-data-with-as3/</link>
		<comments>http://8ball-media.de/wp/2010/12/howto-send-and-receive-json-encoded-data-with-as3/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 18:42:31 +0000</pubDate>
		<dc:creator>David Linse</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[JSON]]></category>

		<guid isPermaLink="false">http://8ball-media.de/?p=777</guid>
		<description><![CDATA[As contributor in some flash-related forums i noticed, that a lot of people are asking the same question over and over again.

<pre><code>How to send or receive JSON-encoded data from flash to a server-side-script.. ?
</code></pre>

So i wrote this <a name="JSON encoded data AS3" title="How to send or receive JSON-encoded data from flash to a server-side-script" href="http://8ball-media.de/tutorials/">little tutorial..</a> <a href="http://8ball-media.de/wp/2010/12/howto-send-and-receive-json-encoded-data-with-as3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://8ball-media.de/wp/2010/12/howto-send-and-receive-json-encoded-data-with-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comparing Objects using JSON in AS3</title>
		<link>http://8ball-media.de/wp/2009/08/comparing-objects-using-json-in-as3/</link>
		<comments>http://8ball-media.de/wp/2009/08/comparing-objects-using-json-in-as3/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 17:58:09 +0000</pubDate>
		<dc:creator>David Linse</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[experiments]]></category>
		<category><![CDATA[JSON]]></category>

		<guid isPermaLink="false">http://8ball-media.de/2009/08/comparing-objects-using-json-in-as3/</guid>
		<description><![CDATA[An experiment about comparing Objects using a JSON-encoded string. <a href="http://8ball-media.de/wp/2009/08/comparing-objects-using-json-in-as3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://8ball-media.de/wp/2009/08/comparing-objects-using-json-in-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
