<?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>CODEISPOETRY &#187; flash</title>
	<atom:link href="http://www.alexmil.de/category/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alexmil.de</link>
	<description></description>
	<lastBuildDate>Wed, 28 Apr 2010 08:11:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Facebook App sourcecode</title>
		<link>http://www.alexmil.de/facebook-app-sourcecode/</link>
		<comments>http://www.alexmil.de/facebook-app-sourcecode/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 08:11:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[app]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.alexmil.de/?p=838</guid>
		<description><![CDATA[After beeing asked to publish my sourcecode for the ImageViewer app – here it is:
ImageViewer.zip
Notes:

free to use
no warranty
no documentation
osx zip (might cause package problems on win)

]]></description>
			<content:encoded><![CDATA[<p>After beeing asked to publish my sourcecode for the <a href="http://apps.facebook.com/showmypics/" target="_blank">ImageViewer app</a> – here it is:</p>
<p><a href="http://www.alexmil.de/wp-content/ImageViewer.zip">ImageViewer.zip</a></p>
<p>Notes:</p>
<ol>
<li>free to use</li>
<li>no warranty</li>
<li>no documentation</li>
<li>osx zip (might cause package problems on win)</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.alexmil.de/facebook-app-sourcecode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Augmented Reality with image as marker</title>
		<link>http://www.alexmil.de/augmented-reality-with-image-as-marker/</link>
		<comments>http://www.alexmil.de/augmented-reality-with-image-as-marker/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 23:34:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ar]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[hot]]></category>

		<guid isPermaLink="false">http://www.alexmil.de/?p=805</guid>
		<description><![CDATA[using flash. This is a great SURF implementation in flash! I tested it this week and it works great. Check it out. The code is here. Blogpost is here

ASSURF [multiple references] from Eugene Zatepyakin on Vimeo.
]]></description>
			<content:encoded><![CDATA[<p>using flash. This is a great <a href="http://en.wikipedia.org/wiki/SURF" target="_blank">SURF</a> implementation in flash! I tested it this week and it works great. Check it out. The code is <a href="http://code.google.com/p/in-spirit/wiki/ASSURF" target="_blank">here</a>. Blogpost is <a href="http://blog.inspirit.ru/?p=386" target="_blank">here</a><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="207" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=9272590&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="207" src="http://vimeo.com/moogaloop.swf?clip_id=9272590&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://vimeo.com/9272590">ASSURF [multiple references]</a> from <a href="http://vimeo.com/inspirit">Eugene Zatepyakin</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alexmil.de/augmented-reality-with-image-as-marker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>my first Flash Facebook app</title>
		<link>http://www.alexmil.de/my-first-flash-facebook-app/</link>
		<comments>http://www.alexmil.de/my-first-flash-facebook-app/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 15:30:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[facebook]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.alexmil.de/?p=797</guid>
		<description><![CDATA[Recently I created a facebook app called &#8220;ImageViewer&#8221;.
The App shows your Photos in fullscreen, and you can also browse through your friend&#8217;s photos.
http://apps.facebook.com/showmypics/

Here are some coding hints:

you can&#8217;t use fbml (doesn&#8217;t allow flash fullscreen)
you need some php params provided in the iframe url (session secret&#8230;)
using &#8220;WebSession&#8221; for the Facebook authentication worked fine for me
I couldn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I created a facebook app called &#8220;ImageViewer&#8221;.</p>
<p>The App shows your Photos in fullscreen, and you can also browse through your friend&#8217;s photos.</p>
<p><a href="http://apps.facebook.com/showmypics/" target="_blank">http://apps.facebook.com/showmypics/</a></p>
<p><a href="http://apps.facebook.com/showmypics/"><img class="alignnone size-full wp-image-798" title="fb_imageViewer" src="http://www.alexmil.de/wp-content/fb_imageViewer.png" alt="fb_imageViewer" width="400" height="244" /></a></p>
<p>Here are some coding hints:</p>
<ul>
<li>you can&#8217;t use fbml (doesn&#8217;t allow flash fullscreen)</li>
<li>you need some php params provided in the iframe url (session secret&#8230;)</li>
<li>using &#8220;WebSession&#8221; for the Facebook authentication worked fine for me</li>
<li>I couldn&#8217;t find a way to test the app locally. So I highly recommend a <a href="http://www.mortox.de/blog/?p=247" target="_blank">FTP ant task</a> for a good workflow</li>
<li>Working with one big model class (handling the whole facebook data) worked fine.</li>
<li>It wasn&#8217;t as anoying as I thought ;)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.alexmil.de/my-first-flash-facebook-app/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>AS3 Audioplayer Muxx</title>
		<link>http://www.alexmil.de/as3-audioplayer-muxx/</link>
		<comments>http://www.alexmil.de/as3-audioplayer-muxx/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 13:27:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[nerdlab]]></category>

		<guid isPermaLink="false">http://www.alexmil.de/?p=785</guid>
		<description><![CDATA[After working with the great videoplayer Pyro I decided having a good audioplayer would be nice aswell. I couldn&#8217;t find anything similar to Pyro so I wrote one by myself. I rarely tested it, but all functions seem to work nice.
more infos and download
]]></description>
			<content:encoded><![CDATA[<p>After working with the great videoplayer <a href="http://agit8.turbulent.ca/bwp/2009/01/21/pyro-a-video-player-api-for-flash/" target="_blank">Pyro</a> I decided having a good audioplayer would be nice aswell. I couldn&#8217;t find anything similar to Pyro so I wrote one by myself. I rarely tested it, but all functions seem to work nice.</p>
<p><a href="muxx">more infos and download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.alexmil.de/as3-audioplayer-muxx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SURF now for flash</title>
		<link>http://www.alexmil.de/surf-now-for-flash/</link>
		<comments>http://www.alexmil.de/surf-now-for-flash/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 13:05:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[computervision]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[nerdlab]]></category>

		<guid isPermaLink="false">http://www.alexmil.de/?p=776</guid>
		<description><![CDATA[What is SURF? It&#8217;s feature point detection. Just watch the video and you will understand it.

Exploring features&#8230; from Eugene Zatepyakin on Vimeo.
Eugene wrote a great outstanding BRILLIANT version for Flash (FP 10). You can find more infos here
]]></description>
			<content:encoded><![CDATA[<p>What is SURF? It&#8217;s feature point detection. Just watch the video and you will understand it.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="201" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=6191859&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="201" src="http://vimeo.com/moogaloop.swf?clip_id=6191859&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=ffffff&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://vimeo.com/6191859">Exploring features&#8230;</a> from <a href="http://vimeo.com/inspirit">Eugene Zatepyakin</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Eugene wrote a <span style="text-decoration: line-through;">great</span> <span style="text-decoration: line-through;">outstanding</span> BRILLIANT version for Flash (FP 10). You can find more infos <a href="http://blog.inspirit.ru/?p=343" target="_blank">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.alexmil.de/surf-now-for-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AS3 Performance Test package</title>
		<link>http://www.alexmil.de/as3-performance-test-package/</link>
		<comments>http://www.alexmil.de/as3-performance-test-package/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 08:16:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.alexmil.de/?p=772</guid>
		<description><![CDATA[Just check it out. I didn&#8217;t test it myself by I will as soon as i run in performance problemes.
http://www.gskinner.com/blog/archives/2009/04/as3_performance.html
]]></description>
			<content:encoded><![CDATA[<p>Just check it out. I didn&#8217;t test it myself by I will as soon as i run in performance problemes.</p>
<p><a href="http://www.gskinner.com/blog/archives/2009/04/as3_performance.html" target="_blank">http://www.gskinner.com/blog/archives/2009/04/as3_performance.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.alexmil.de/as3-performance-test-package/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>another great 3d engine</title>
		<link>http://www.alexmil.de/another-great-3d-engine/</link>
		<comments>http://www.alexmil.de/another-great-3d-engine/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 09:27:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[3d]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.alexmil.de/?p=724</guid>
		<description><![CDATA[The engine looks really nice. Unfortunately I couldn&#8217;t find a &#8220;switch to english&#8221; button on the website.

http://infinity3d-engine.com/ru/
]]></description>
			<content:encoded><![CDATA[<p>The engine looks really nice. Unfortunately I couldn&#8217;t find a &#8220;switch to english&#8221; button on the website.</p>
<p><img class="alignnone size-full wp-image-725" title="infinity3d-engine" src="http://www.alexmil.de/wp-content/infinity3d-engine.jpg" alt="infinity3d-engine" width="400" height="197" /></p>
<p><a href="http://infinity3d-engine.com/ru/" target="_blank">http://infinity3d-engine.com/ru/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.alexmil.de/another-great-3d-engine/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>best flashgame i&#8217;ve ever played</title>
		<link>http://www.alexmil.de/best-flashgame-ive-ever-played/</link>
		<comments>http://www.alexmil.de/best-flashgame-ive-ever-played/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 20:49:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[flash]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[pagepointer]]></category>

		<guid isPermaLink="false">http://www.alexmil.de/?p=684</guid>
		<description><![CDATA[this game is really cool. you&#8217;ve to combine some attractors to create a music stream. i played all levels. it&#8217;s really cool. link

]]></description>
			<content:encoded><![CDATA[<p>this game is really cool. you&#8217;ve to combine some attractors to create a music stream. i played all levels. it&#8217;s really cool. <a href="http://www.playauditorium.com/" target="_blank">link</a></p>
<p><img class="alignnone size-full wp-image-685" title="auditorium" src="http://www.alexmil.de/wp-content/auditorium.png" alt="auditorium" width="400" height="214" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.alexmil.de/best-flashgame-ive-ever-played/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
