<?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/tag/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>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>Red Bull &#8211; Army of Advocates</title>
		<link>http://8ball-media.de/wp/2010/07/google-maps-redbull/</link>
		<comments>http://8ball-media.de/wp/2010/07/google-maps-redbull/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 17:30:43 +0000</pubDate>
		<dc:creator>David Linse</dc:creator>
				<category><![CDATA[projects]]></category>
		<category><![CDATA[AS3]]></category>

		<guid isPermaLink="false">http://8ball-media.de/2010/07/google-maps-redbull/</guid>
		<description><![CDATA[Recently I helped a friendly agency from austria to develope a derivate of a previous build Google-Maps application. The application lets one (an employee of Red Bull in this case) view other employees pinned on a google-map and allows him &#8230; <a href="http://8ball-media.de/wp/2010/07/google-maps-redbull/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://8ball-media.de/wp/2010/07/google-maps-redbull/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A word search game</title>
		<link>http://8ball-media.de/wp/2010/06/word-search-game/</link>
		<comments>http://8ball-media.de/wp/2010/06/word-search-game/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 16:38:17 +0000</pubDate>
		<dc:creator>David Linse</dc:creator>
				<category><![CDATA[projects]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[games]]></category>

		<guid isPermaLink="false">http://8ball-media.de/2010/06/word-search-game/</guid>
		<description><![CDATA[Currently I'am developing a word-search game were you have to find and mark a bunch of words which are distributed in a grid. It will be part of an advertising CD for a german girl magazin.

The agency is <a title="extrajetzt - casual-games agency" href="http://extrajetzt.com" target="_blank"><strong>extrajetzt interactive</strong></a> and the client is <a title="gosupermodel.com" href="http://de.gosupermodel.com/" target="_blank"><strong>gosupermodel.com</strong></a>.

I like the challenging task to find a good way for spreading the words, finding spaces and placing the word in various types and directions e.g. forward/diagonal or backward/up and so on.. <a href="http://8ball-media.de/wp/2010/06/word-search-game/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://8ball-media.de/wp/2010/06/word-search-game/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>
