<?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>Sönke Rohde &#187; Web 2.0</title>
	<atom:link href="http://soenkerohde.com/category/web-20/feed/" rel="self" type="application/rss+xml" />
	<link>http://soenkerohde.com</link>
	<description>Flash Platform (Flash, Flex, AIR) thoughts and examples</description>
	<lastBuildDate>Wed, 18 Apr 2012 22:45:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Xoopit &#8211; Gmail Image/Video/Files Gallery</title>
		<link>http://soenkerohde.com/2008/07/xoopit-gmail-imagevideofiles-gallery/</link>
		<comments>http://soenkerohde.com/2008/07/xoopit-gmail-imagevideofiles-gallery/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 14:22:59 +0000</pubDate>
		<dc:creator>Sönke</dc:creator>
				<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[gmail]]></category>

		<guid isPermaLink="false">http://soenkerohde.com/?p=216</guid>
		<description><![CDATA[<p>A couple of weeks ago TechCrunch posted about Xoopit and I got an early invitation. Xoopit indexes all images, videos and attachments in your Gmail account and makes them available on the Xoopit homepage but also within the Gmail user interface as you see below:</p>
<p></p>
<p>The service works pretty slick. The only thing I had to do [...]]]></description>
			<content:encoded><![CDATA[<p>A couple of weeks ago <a href="http://www.techcrunch.com/2008/06/18/xoopit-launches-gmail-media-search-weve-got-500-invites/">TechCrunch posted about Xoopit</a> and I got an early invitation. <a href="http://www.xoopit.com/">Xoopit</a> indexes all images, videos and attachments in your Gmail account and makes them available on the Xoopit homepage but also within the Gmail user interface as you see below:</p>
<p><img src="http://soenkerohde.com/img/xoopit.jpg" alt="Xoopit!" width="758" height="153" /></p>
<p>The service works pretty slick. The only thing I had to do was going to the Xoopit site and login with my Gmail credentials. That&#8217;s it. I got the message that have to wait a bit until all my mails are indexed and Xoopit will inform me by email when it&#8217;s done. When you click one of your images in the top bar you also got the option to share it by email, Facebook or to blog it directly.</p>
]]></content:encoded>
			<wfw:commentRss>http://soenkerohde.com/2008/07/xoopit-gmail-imagevideofiles-gallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AS3/Flex and the new YouTube API</title>
		<link>http://soenkerohde.com/2008/04/as3flex-and-the-new-youtube-api/</link>
		<comments>http://soenkerohde.com/2008/04/as3flex-and-the-new-youtube-api/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 13:02:29 +0000</pubDate>
		<dc:creator>Sönke</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://soenkerohde.com/2008/04/02/as3flex-and-the-new-youtube-api/</guid>
		<description><![CDATA[<p>In the beginning of March YouTube made a new release of there WebService API:</p>
<p>&#8220;We now provide a complete set of (CRUD) capabilities for uploading, managing, searching, and playing back user videos and metadata from the YouTube &#8220;cloud,&#8221; managed by us. We do all of the hard work of transcoding and hosting and streaming and thumbnailing your [...]]]></description>
			<content:encoded><![CDATA[<p>In the beginning of March <a href="http://www.youtube.com">YouTube</a> made a <a href="http://www.youtube.com/blog?entry=yFlR6EEySg8">new release of there WebService API</a>:</p>
<blockquote><p><em>&#8220;We now provide a complete set of (CRUD) capabilities for uploading, managing, searching, and playing back user videos and metadata from the YouTube &#8220;cloud,&#8221; managed by us. We do all of the hard work of transcoding and hosting and streaming and thumbnailing your videos, and we provide open access to our sizable global audience, enabling you to generate traffic for your site, visibility for your brand, or support for your cause. Meanwhile, we provide full access to our substantial video library, enabling you to attract users and enhance the experience on your site. It&#8217;s all free, and it&#8217;s available to everyone, starting now. &#8220;</em></p></blockquote>
<p>I think this a great move by <a href="http://google.com">Google</a> and I want to try it out using <a href="http://www.adobe.com/de/products/flex/">Flex</a> and AS3.</p>
<p>There is already a <a href="http://code.google.com/p/as3youtubelib/">YouTube AS3 library</a> (formlery hosted on Adobe Labs) which does not cover the latest features like uploading videos.</p>
<p>Searching for AS3 sample code I had a look at the <a href="http://code.google.com/apis/youtube/overview.html">YouTube API dev page</a>.</p>
<p>The <a href="http://groups.google.com/group/youtube-api/web/links-to-more-resources">Contributed sample code wiki</a> showed up the <a href="http://code.google.com/p/as3-youtube-data-api/">ActionScript 3 Wrapper</a> and the <a href="http://groups.google.com/group/youtube-api-gdata/browse_thread/thread/3c98068961296b38/07ecb5ee1168cefb?lnk=gst&#038;q=as3#07ecb5ee1168cefb">AS3 Wrapper</a>.</p>
<p>The first one has a <a href="http://code.google.com/support/bin/answer.py?answer=92715&#038;topic=12359">Flash CS3 tutorial</a> and uses the JSON stuff of the Open Source AS3 library <a href="http://code.google.com/p/as3corelib/">corelib</a>. But then I realized that the new features like uploading videos where not covered yet. Then I came to the <a href="http://blog.martinlegris.com">blog of the author Martin Legris</a> who blogged that he had <a href="http://blog.martinlegris.com/?p=89">problems using the new API</a>.</p>
<p>The <a href="http://groups.google.com/group/youtube-api-gdata/browse_thread/thread/3c98068961296b38/07ecb5ee1168cefb?lnk=gst&#038;q=as3#07ecb5ee1168cefb">AS3 Wrapper</a> is a message thread and cares about AS3-AS2 communication and also only about playback if I checked it right so also not the thing I was looking for.<br />
So it looks like there is no open AS3 solution for the new YouTube features yet. Please leave a comment if you know anything else. I hope my next post on this will show a solution. However I hope this post may provide some good links for others who want to start playing with the YouTube API and AS3/Flex.<br />
Another interesting link to follow up is <a href="http://www.asual.com/blog/swfaddress/?permalink=swfaddress-and-the-youtube-player-api.html">SWFAdress and the YouTube API</a> to allow deeplinking (e.g. start at second 10 instead of the beginning) into videos.</p>
<p><a href="http://www.jamesward.org">James Ward</a> made a very <a href="http://www.jamesward.org/wordpress/2008/03/11/new-flex-screencast-and-videocoverflow-component/">nice example</a> how to use <a href="http://www.jamesward.org/wordpress/2008/03/11/new-flex-screencast-and-videocoverflow-component/">Dough McCune&#8217;s cover flow component</a> with videos hosted on YouTube.</p>
<p>I came across another &#8220;<a href="http://www.techcrunch.com/2008/03/31/reality-digital-raises-63-million-series-b/">white label YouTube</a>&#8220;. The startup <a href="http://www.realitydigital.com/">Reality Digital</a> just got another round funding and their services look very interesting. They use <a href="http://www.adobe.com/products/premiereexpress/">Adobe Premiere Express</a> as online video editing solution like e.g. also the <a href="http://remix.mtv.com">MTV Video Remixer</a> and <a href="http://www.photobucket.com">Photobucket.</a></p>
<p><a href="http://www.techcrunch.com/2008/04/01/magnify-gives-birth-to-vidyup-first-release-based-on-youtubes-new-apis/">Via TechCrunch</a> I explored <a href="http://www.magnify.net/">Magnify</a>. They created <a href="http://www.vidyup.com/">VidyUp</a> which uses the new YouTube API and are claimed the first who use the new YouTube API.</p>
<p>So again: If you see something in AS3 open source around the new API please drop a comment!</p>
]]></content:encoded>
			<wfw:commentRss>http://soenkerohde.com/2008/04/as3flex-and-the-new-youtube-api/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Google Co-op &#8211; SWF Blog/Tech Search Engine</title>
		<link>http://soenkerohde.com/2006/10/google-co-op-swf-blogtech-search-engine/</link>
		<comments>http://soenkerohde.com/2006/10/google-co-op-swf-blogtech-search-engine/#comments</comments>
		<pubDate>Wed, 25 Oct 2006 16:21:42 +0000</pubDate>
		<dc:creator>Sönke</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://soenkerohde.com/2006/10/25/google-co-op-swf-blogtech-search-engine/</guid>
		<description><![CDATA[<p>&#8220;Google Co-op is a platform that enables you to customize the web search experience for users of both Google and your own website.&#8221;</p>
<p>I have created a Co-op search for Flash/Flex related stuff. Check it out here:
SWF Blog/Tech Search Engine  </p>




 
<p>Direct link to the search engine.</p>
<p>The search engine is open so feel free to contribute [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;<a href="http://google.com/coop/">Google Co-op</a> is a platform that enables you to customize the web search experience for users of both Google and your own website.&#8221;</p>
<p>I have created a Co-op search for Flash/Flex related stuff. Check it out here:<br />
SWF Blog/Tech Search Engine  <!-- Google CSE Search Box Begins --></p>
<form action="http://google.com/cse" id="searchbox_017290394744031075945:x8zkc6xl6ni">
<input type="hidden" value="017290394744031075945:x8zkc6xl6ni" name="cx" />
<input type="text" size="40" name="q" />
<input type="submit" value="Search" name="sa" />
<input type="hidden" value="FORID:0" name="cof" /> </form>
<p><a href="http://google.com/coop/cse?cx=017290394744031075945%3Ax8zkc6xl6ni">Direct link</a> to the search engine.</p>
<p>The search engine is open so feel free to contribute and add Flash/Flex related blogs and sites.</p>
]]></content:encoded>
			<wfw:commentRss>http://soenkerohde.com/2006/10/google-co-op-swf-blogtech-search-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netvibes my default homepage</title>
		<link>http://soenkerohde.com/2006/08/netvibes-my-default-homepage/</link>
		<comments>http://soenkerohde.com/2006/08/netvibes-my-default-homepage/#comments</comments>
		<pubDate>Fri, 18 Aug 2006 12:06:49 +0000</pubDate>
		<dc:creator>Sönke</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://soenkerohde.com/2006/08/18/netvibes-my-default-homepage/</guid>
		<description><![CDATA[<p>I am using Netvibes now for about 6 month and can&#8217;t imagine how it would be without.</p>
<p>Netvibes is a personalized homepage which can be customized with several contents like RSS Reader, watch ebay auctions, check your Gmail, integrated iCal, integrated del.ico.us, show flickr photos and so much more. For me it has become a kind of [...]]]></description>
			<content:encoded><![CDATA[<p>I am using <a target="_blank" href="http://netvibes.com">Netvibes</a> now for about 6 month and can&#8217;t imagine how it would be without.</p>
<p>Netvibes is a personalized homepage which can be customized with several contents like RSS Reader, watch ebay auctions, check your Gmail, integrated iCal, integrated del.ico.us, show flickr photos and so much more. For me it has become a kind of onlineoffice.<br />
Now there is <a target="_blank" href="http://blog.netvibes.com/?2006/08/17/75-the-future-of-netvibes">good news because Netvibes good an investor who gave them US $15 million</a>.<br />
Besides of this Web 2.0, AJAX hype discussion I think this kind of applications are damn usefull.<br />
Microsoft has brought up a similiar site called <a target="_blank" href="http://www.live.com/">live.com</a> and there are of course many more clones. It is of course very attractive for any company to be THE default page for many internet users. My winner so far is Netvibes so have a look at it.</p>
]]></content:encoded>
			<wfw:commentRss>http://soenkerohde.com/2006/08/netvibes-my-default-homepage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

