<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Barcinski &#38; Jeanjean &#187; Flash</title>
	<atom:link href="http://barcinskijeanjean.wordpress.com/category/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://barcinskijeanjean.wordpress.com</link>
	<description>Flash 'n stuff</description>
	<lastBuildDate>Wed, 07 Mar 2012 15:04:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='barcinskijeanjean.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Barcinski &#38; Jeanjean &#187; Flash</title>
		<link>http://barcinskijeanjean.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://barcinskijeanjean.wordpress.com/osd.xml" title="Barcinski &#38; Jeanjean" />
	<atom:link rel='hub' href='http://barcinskijeanjean.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Interactive Music Video with Steye</title>
		<link>http://barcinskijeanjean.wordpress.com/2009/12/21/interactive-music-video-with-steye/</link>
		<comments>http://barcinskijeanjean.wordpress.com/2009/12/21/interactive-music-video-with-steye/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 22:17:53 +0000</pubDate>
		<dc:creator>Adrien Jeanjean</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash Player 10]]></category>
		<category><![CDATA[Papervision3D]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://blog.barcinski-jeanjean.com/?p=399</guid>
		<description><![CDATA[As soon as I saw an early version of the music video shot in Ottowa for the single off his new &#8220;In a Cabin With&#8221; album, I thought; this should be interactive. So now three months later; here it is. Read on for some behind-the-scenes technical details. I started by making a prototype to see [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=399&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.inacabinwith.com/wonderful" target="_blank"><img src="http://barcinskijeanjean.files.wordpress.com/2009/12/steye.jpg?w=450&h=300" alt="" title="Interactive Music Video with Steye" width="450" height="300" class="alignnone size-full wp-image-400" /></a></p>
<p>As soon as I saw an early version of the <a href="http://www.youtube.com/watch?v=RvPcelv-k-k">music video</a> shot in Ottowa for the single off his new &#8220;<a href="http://www.inacabinwith.com/site" target="_blank">In a Cabin With</a>&#8221; album, I thought; this should be interactive. So now three months later; <a href="http://www.inacabinwith.com/wonderful" target="_blank">here it is</a>.</p>
<p>Read on for some behind-the-scenes technical details. <span id="more-399"></span></p>
<p>I started by making a prototype to see if it was possible to combine high-res h264 video video with 3D rendering. And thanks to Flash Player 10 it was! The most efficient way to render 360 panorama&#8217;s is to use cubic projection, as this method requires way less geometry (4 triangles at most at any one time) then cylindrical or spherical projection. In this case saving a lot of performance needed for the high-res h264 decoding. For the 3D rendering I used an early version of Papervision3D 3.0 for Flash Player 10. </p>
<p>Once I had the panorama video working, I thought that re-creating the YouTube player seemed like the best interface for this piece. Once the interface was done came the time to create the final video edit. I re-edited the two cylindrical panorama&#8217;s created by Steye, one of ouside and one of inside, into one cylindrical panorama which transitions between ouside and inside. The frames of that final cylindrical render were converted to cubic faces using the batch processor of <a href="http://www.clickheredesign.com.au/cubicconverter/" target="_blank">CubicConverter</a>. The resulting cubic faces were then comped back into one video render with the audio track added.</p>
<p>Encoding the final video files was the final hurdle to overcome as there were two aspects that seemed to be hard to unite into an acceptable end result, both quality-wise and performance-wise. The first was to stay within the bitrates currently concidered standard. And what better standard to take for online video delivery then YouTube. Normal YouTube video&#8217;s are streamed at around 700kbps, and their HD video at around 2000kbps. So those were my targets for the h264 encodings. However YouTube delivers acceptable quality within these bitrates with material of much lower resolution, then this video required (1024&#215;728 for the low quality version and 1440&#215;1024 for the HQ version). That&#8217;s because this video contains the video for all four faces (front, back, left and right).</p>
<p>So it was clear that I had to use the best h264 encoder out there to encode these files. So, off I went testing different h264 encoders from Apple, Sorenson, MainConcept, mencoder and x264, and different applications, each allowing access to different encoder settings. I tried Adobe Media Encoder, Quicktime, Sorenson Squeeze, Episode, Handbrake and ffmpeg. And I&#8217;m very glad, and also not surprised, to say that I achieved the best results by far with the open-source alternatives; ffmpeg using the Doom9&#8242;s x264 encoder. Ffmpeg allows you to use b-frames and CABAC which are the two features of h264 that really give a significant quality improvement. My findings were that the x264 encoder also preserved the color and contrast information best from all encoders (especially MainConcept in Squeeze resluted in a very high contrast and unacceptably dark video in my case), while surpisingly also requiring the least CPU upon decoding in the Flash Player. So, like I said; x264 rules them all at the moment. And if you need more tweaking of the encoder, x264&#8242;s command-line interface gives you access to all the parameters that really make h264 shine.</p>
<p>I hope you enjoy the end result. Happy Holidays!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/barcinskijeanjean.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/barcinskijeanjean.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/barcinskijeanjean.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/barcinskijeanjean.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/barcinskijeanjean.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/barcinskijeanjean.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/barcinskijeanjean.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/barcinskijeanjean.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/barcinskijeanjean.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/barcinskijeanjean.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/barcinskijeanjean.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/barcinskijeanjean.wordpress.com/399/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/barcinskijeanjean.wordpress.com/399/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/barcinskijeanjean.wordpress.com/399/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=399&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://barcinskijeanjean.wordpress.com/2009/12/21/interactive-music-video-with-steye/feed/</wfw:commentRss>
		<slash:comments>33</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5f659a75a84a19005f22c0ccc2133e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Adrien Jeanjean</media:title>
		</media:content>

		<media:content url="http://barcinskijeanjean.files.wordpress.com/2009/12/steye.jpg" medium="image">
			<media:title type="html">Interactive Music Video with Steye</media:title>
		</media:content>
	</item>
		<item>
		<title>Fattybumbum game</title>
		<link>http://barcinskijeanjean.wordpress.com/2009/10/18/fattybumbum-game/</link>
		<comments>http://barcinskijeanjean.wordpress.com/2009/10/18/fattybumbum-game/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 18:01:56 +0000</pubDate>
		<dc:creator>barcinski</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[Installation]]></category>

		<guid isPermaLink="false">http://blog.barcinski-jeanjean.com/?p=391</guid>
		<description><![CDATA[I&#8217;m proud to announce that our first game in collaboration with Hanazuki has just been launched. The game plays an important role in an installation that Hanazuki did for the Cinekid festival. Working with the internet legend Niko Stumpo has been a delight, so we definitely are not going to stop at one game, we [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=391&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.hanazuki.com/fattybumbum/"><img class="size-full wp-image-393" title="fattybumbum" src="http://barcinskijeanjean.files.wordpress.com/2009/10/fattybumbum.jpg?w=450&h=104" alt="Fatty Bum Bum game" width="450" height="104" /></a></p>
<p>I&#8217;m proud to announce that our first game in collaboration with Hanazuki has just been launched. The game plays an important role in an installation that Hanazuki did for the Cinekid festival.</p>
<p>Working with the internet legend Niko Stumpo has been a delight, so we definitely are not going to stop at one game, we are already cooking up the next one <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Click here to play the <a href="http://www.hanazuki.com/fattybumbum/">Fattybumbum game</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/barcinskijeanjean.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/barcinskijeanjean.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/barcinskijeanjean.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/barcinskijeanjean.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/barcinskijeanjean.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/barcinskijeanjean.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/barcinskijeanjean.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/barcinskijeanjean.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/barcinskijeanjean.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/barcinskijeanjean.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/barcinskijeanjean.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/barcinskijeanjean.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/barcinskijeanjean.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/barcinskijeanjean.wordpress.com/391/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=391&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://barcinskijeanjean.wordpress.com/2009/10/18/fattybumbum-game/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97a75585d88fb07524d098a6d2b81040?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">barcinski</media:title>
		</media:content>

		<media:content url="http://barcinskijeanjean.files.wordpress.com/2009/10/fattybumbum.jpg" medium="image">
			<media:title type="html">fattybumbum</media:title>
		</media:content>
	</item>
		<item>
		<title>Papervision3D + Jiglib Dice Demo</title>
		<link>http://barcinskijeanjean.wordpress.com/2009/06/01/papervision3d-jiglib-dice-demo/</link>
		<comments>http://barcinskijeanjean.wordpress.com/2009/06/01/papervision3d-jiglib-dice-demo/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 14:22:17 +0000</pubDate>
		<dc:creator>Adrien Jeanjean</dc:creator>
				<category><![CDATA[Animation]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Lab]]></category>
		<category><![CDATA[Papervision3D]]></category>
		<category><![CDATA[Physics]]></category>

		<guid isPermaLink="false">http://blog.barcinski-jeanjean.com/?p=356</guid>
		<description><![CDATA[This demo was made shortly after the initial release of Jiglib. It was a study of how far you can push realism in the sence of rendering and animation. Here CompositeMaterial is used with a BitmapMaterial and a GouraudMaterial. This is much faster then using a ShadedMaterial. All you need to do is modify the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=356&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.barcinski-jeanjean.com/entries/dice/" target="_blank"><img src="http://barcinskijeanjean.files.wordpress.com/2009/06/dice.jpg?w=450&h=303" alt="Papervision3D + Jiglib Dice Demo" title="Papervision3D + Jiglib Dice Demo" width="450" height="303" class="alignnone size-full wp-image-357" /></a></p>
<p>This demo was made shortly after the initial release of Jiglib. It was a study of how far you can push realism in the sence of rendering and animation. Here CompositeMaterial is used with a BitmapMaterial and a GouraudMaterial. This is much faster then using a ShadedMaterial. All you need to do is modify the GouraudMaterial to use a transparent light map. <a href="http://blog.zupko.info/?p=146">Andy Zupko&#8217;s ShadowCaster</a> is used for casting the die shadows. <a href="http://www.jiglibflash.com/blog/">Jiglib</a> is used for the 3D physics, also slightly modified to facilitate <a href="http://gafferongames.com/game-physics/fix-your-timestep/">fixed timestep</a>. Unfortunatelly the end result is still far from the desired 60fps. Hit spacebar too see the stats, <a href="http://www.barcinski-jeanjean.com/entries/dice/" target="_blank">check it out</a>.</p>
<p><strong>UPDATE:</strong> Something troubled me when checking the performance in the browser with Flash Player 10 compared to Flash Player 9. On my machine FP9 ran at approx 40fps but FP10 hardly reached 25fps. Changing the wmode from &#8220;direct&#8221; to &#8220;normal&#8221; fixed the performance issue in FP10. Especailly in Firefox the performance difference is significant. Still on my machine FP9 seems to perform slightly better then FP10. Mental note: next time take more care in setting the proper wmode.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/barcinskijeanjean.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/barcinskijeanjean.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/barcinskijeanjean.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/barcinskijeanjean.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/barcinskijeanjean.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/barcinskijeanjean.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/barcinskijeanjean.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/barcinskijeanjean.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/barcinskijeanjean.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/barcinskijeanjean.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/barcinskijeanjean.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/barcinskijeanjean.wordpress.com/356/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/barcinskijeanjean.wordpress.com/356/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/barcinskijeanjean.wordpress.com/356/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=356&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://barcinskijeanjean.wordpress.com/2009/06/01/papervision3d-jiglib-dice-demo/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5f659a75a84a19005f22c0ccc2133e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Adrien Jeanjean</media:title>
		</media:content>

		<media:content url="http://barcinskijeanjean.files.wordpress.com/2009/06/dice.jpg" medium="image">
			<media:title type="html">Papervision3D + Jiglib Dice Demo</media:title>
		</media:content>
	</item>
		<item>
		<title>Wallzo Website</title>
		<link>http://barcinskijeanjean.wordpress.com/2009/03/11/wallzo-website/</link>
		<comments>http://barcinskijeanjean.wordpress.com/2009/03/11/wallzo-website/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 14:51:28 +0000</pubDate>
		<dc:creator>Adrien Jeanjean</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://blog.barcinski-jeanjean.com/?p=333</guid>
		<description><![CDATA[We are proud to announce the launch of the portfolio website we created for the London-based design and art direction studio Wallzo. No flashy 3D stuff this time, but a clean, sober browsing experience. Have a look.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=333&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wallzo.com" target="_blank"><img src="http://barcinskijeanjean.files.wordpress.com/2009/03/wallzo.jpg?w=450&h=104" alt="Wallzo" title="Wallzo" width="450" height="104" class="alignnone size-full wp-image-334" /></a></p>
<p>We are proud to announce the launch of the portfolio website we created for the London-based design and art direction studio Wallzo. No flashy 3D stuff this time, but a clean, sober browsing experience. <a href="http://www.wallzo.com" target="_blank">Have a look</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/barcinskijeanjean.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/barcinskijeanjean.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/barcinskijeanjean.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/barcinskijeanjean.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/barcinskijeanjean.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/barcinskijeanjean.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/barcinskijeanjean.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/barcinskijeanjean.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/barcinskijeanjean.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/barcinskijeanjean.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/barcinskijeanjean.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/barcinskijeanjean.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/barcinskijeanjean.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/barcinskijeanjean.wordpress.com/333/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=333&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://barcinskijeanjean.wordpress.com/2009/03/11/wallzo-website/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5f659a75a84a19005f22c0ccc2133e6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Adrien Jeanjean</media:title>
		</media:content>

		<media:content url="http://barcinskijeanjean.files.wordpress.com/2009/03/wallzo.jpg" medium="image">
			<media:title type="html">Wallzo</media:title>
		</media:content>
	</item>
		<item>
		<title>Endless Interestingness</title>
		<link>http://barcinskijeanjean.wordpress.com/2009/02/04/endless-interestingness/</link>
		<comments>http://barcinskijeanjean.wordpress.com/2009/02/04/endless-interestingness/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 12:14:48 +0000</pubDate>
		<dc:creator>barcinski</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Lab]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://blog.barcinski-jeanjean.com/?p=318</guid>
		<description><![CDATA[While playing with FlickrAPI, we came up with a cool way of exploring the Flickr interestingness. It quickly became an addiction. You can view it here, we hope you will enjoy it as much as we do.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=318&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.barcinski-jeanjean.com/entries/endlessintrestingness/" target="_blank"><img src="http://barcinskijeanjean.files.wordpress.com/2009/02/endlessintrestingness.jpg?w=450&h=104" alt="endlessintrestingness" title="endlessintrestingness" width="450" height="104" class="alignnone size-full wp-image-322" /></a></p>
<p>While playing with FlickrAPI, we came up with a cool way of exploring the Flickr interestingness. It quickly became an addiction. You can view it <a href="http://www.barcinski-jeanjean.com/entries/endlessintrestingness/" target="_blank">here</a>, we hope you will enjoy it as much as we do.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/barcinskijeanjean.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/barcinskijeanjean.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/barcinskijeanjean.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/barcinskijeanjean.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/barcinskijeanjean.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/barcinskijeanjean.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/barcinskijeanjean.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/barcinskijeanjean.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/barcinskijeanjean.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/barcinskijeanjean.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/barcinskijeanjean.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/barcinskijeanjean.wordpress.com/318/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/barcinskijeanjean.wordpress.com/318/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/barcinskijeanjean.wordpress.com/318/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=barcinskijeanjean.wordpress.com&#038;blog=2094129&#038;post=318&#038;subd=barcinskijeanjean&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://barcinskijeanjean.wordpress.com/2009/02/04/endless-interestingness/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/97a75585d88fb07524d098a6d2b81040?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">barcinski</media:title>
		</media:content>

		<media:content url="http://barcinskijeanjean.files.wordpress.com/2009/02/endlessintrestingness.jpg" medium="image">
			<media:title type="html">endlessintrestingness</media:title>
		</media:content>
	</item>
	</channel>
</rss>
