<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Vimeo Player and the Secret API</title>
	<atom:link href="http://blog.robertabramski.com/2009/05/25/vimeo-player-and-the-secret-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.robertabramski.com/2009/05/25/vimeo-player-and-the-secret-api/</link>
	<description>Blog. Ugliest Word Ever.</description>
	<lastBuildDate>Sat, 04 Sep 2010 18:04:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Buy Backlinks</title>
		<link>http://blog.robertabramski.com/2009/05/25/vimeo-player-and-the-secret-api/comment-page-1/#comment-360</link>
		<dc:creator>Buy Backlinks</dc:creator>
		<pubDate>Sat, 04 Sep 2010 18:04:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.robertabramski.com/?p=276#comment-360</guid>
		<description>To have sales or new customers you will need site visitors for your internet site or telephone.  The internet site must be the pre-sale to the phone call or the sale to the buy button.  In either event, you need to to drive individuals there as well as the only way you can do which is by having your web site recognized by the engines.  If you may need assist with that really feel totally free to contact &lt;a href=&quot;http://www.buybacklinks-pr9.com/content/buy-backlinks.html&quot; rel=&quot;nofollow&quot;&gt; Backlink SEO&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>To have sales or new customers you will need site visitors for your internet site or telephone.  The internet site must be the pre-sale to the phone call or the sale to the buy button.  In either event, you need to to drive individuals there as well as the only way you can do which is by having your web site recognized by the engines.  If you may need assist with that really feel totally free to contact <a href="http://www.buybacklinks-pr9.com/content/buy-backlinks.html" rel="nofollow"> Backlink SEO</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matteo sisti sette</title>
		<link>http://blog.robertabramski.com/2009/05/25/vimeo-player-and-the-secret-api/comment-page-1/#comment-275</link>
		<dc:creator>matteo sisti sette</dc:creator>
		<pubDate>Sun, 04 Oct 2009 10:38:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.robertabramski.com/?p=276#comment-275</guid>
		<description>The AS api is tremendously buggy. That may explain why they don&#039;t release it: 90% of the things they would have to document actually don&#039;t work.</description>
		<content:encoded><![CDATA[<p>The AS api is tremendously buggy. That may explain why they don&#8217;t release it: 90% of the things they would have to document actually don&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian Weil</title>
		<link>http://blog.robertabramski.com/2009/05/25/vimeo-player-and-the-secret-api/comment-page-1/#comment-271</link>
		<dc:creator>Florian Weil</dc:creator>
		<pubDate>Tue, 01 Sep 2009 07:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.robertabramski.com/?p=276#comment-271</guid>
		<description>I also worked with this Flash moogaloop API and I extended the vimeo Flash Class in the documentation. You can see my results on my blog: 
http://blog.derhess.de/2009/08/12/working-with-vimeo-moogaloop-api-in-flash/</description>
		<content:encoded><![CDATA[<p>I also worked with this Flash moogaloop API and I extended the vimeo Flash Class in the documentation. You can see my results on my blog:<br />
<a href="http://blog.derhess.de/2009/08/12/working-with-vimeo-moogaloop-api-in-flash/" rel="nofollow">http://blog.derhess.de/2009/08/12/working-with-vimeo-moogaloop-api-in-flash/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Working with Vimeo Moogaloop API in Flash &#124; der hess</title>
		<link>http://blog.robertabramski.com/2009/05/25/vimeo-player-and-the-secret-api/comment-page-1/#comment-266</link>
		<dc:creator>Working with Vimeo Moogaloop API in Flash &#124; der hess</dc:creator>
		<pubDate>Wed, 12 Aug 2009 09:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.robertabramski.com/?p=276#comment-266</guid>
		<description>[...] The last weeks I dealt with the vimeo Moogaloop API. The documentation on the JavaScript and Flash API was not so well. But fortunately a couple days ago they updated the documentation for the JavaScript API and then for the Flash API. So now I am able to give an introduction how you can use the Moogaloop API in Flash. The guys from vimeo published a Videowrapper Class which handles the very very basic stuff of the vimeo video player. So you can easily import the vimeo video player in your Flash Projects and you are able to do basic functionality like play(), pause() and loading a new video. But if you wanted to create your own video player, this wrapper class doesnot go too far. So I did some analysis on the moogaloop.swf File and found some interesting functions, that solves some of the problems, which Robert Abramski described in his Blog post Vimeo Player and the Secret API. [...]</description>
		<content:encoded><![CDATA[<p>[...] The last weeks I dealt with the vimeo Moogaloop API. The documentation on the JavaScript and Flash API was not so well. But fortunately a couple days ago they updated the documentation for the JavaScript API and then for the Flash API. So now I am able to give an introduction how you can use the Moogaloop API in Flash. The guys from vimeo published a Videowrapper Class which handles the very very basic stuff of the vimeo video player. So you can easily import the vimeo video player in your Flash Projects and you are able to do basic functionality like play(), pause() and loading a new video. But if you wanted to create your own video player, this wrapper class doesnot go too far. So I did some analysis on the moogaloop.swf File and found some interesting functions, that solves some of the problems, which Robert Abramski described in his Blog post Vimeo Player and the Secret API. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Abramski</title>
		<link>http://blog.robertabramski.com/2009/05/25/vimeo-player-and-the-secret-api/comment-page-1/#comment-265</link>
		<dc:creator>Robert Abramski</dc:creator>
		<pubDate>Mon, 10 Aug 2009 21:31:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.robertabramski.com/?p=276#comment-265</guid>
		<description>This is great news, Casey! I see there are some API calls in the example that I found, so I guess the function names won&#039;t be changing in the future. That is a relief. Thanks to the whole Vimeo team for keeping me informed.</description>
		<content:encoded><![CDATA[<p>This is great news, Casey! I see there are some API calls in the example that I found, so I guess the function names won&#8217;t be changing in the future. That is a relief. Thanks to the whole Vimeo team for keeping me informed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Casey Pugh</title>
		<link>http://blog.robertabramski.com/2009/05/25/vimeo-player-and-the-secret-api/comment-page-1/#comment-264</link>
		<dc:creator>Casey Pugh</dc:creator>
		<pubDate>Mon, 10 Aug 2009 20:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.robertabramski.com/?p=276#comment-264</guid>
		<description>We officially added AS API, but we&#039;re still working on fully documenting it. The example class should provide a good start: http://www.vimeo.com/api/docs/moogaloop</description>
		<content:encoded><![CDATA[<p>We officially added AS API, but we&#8217;re still working on fully documenting it. The example class should provide a good start: <a href="http://www.vimeo.com/api/docs/moogaloop" rel="nofollow">http://www.vimeo.com/api/docs/moogaloop</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flo</title>
		<link>http://blog.robertabramski.com/2009/05/25/vimeo-player-and-the-secret-api/comment-page-1/#comment-259</link>
		<dc:creator>Flo</dc:creator>
		<pubDate>Sat, 01 Aug 2009 12:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.robertabramski.com/?p=276#comment-259</guid>
		<description>I tried to use the Moogaloop SWF in an AIR application but unfortunately I got a Security Error. The command Security.allowDomain(&quot;http://bitcast.vimeo.com&quot;); doesn&#039;t work in an Air App. Do you or anybody know a workaround for this? 

Thanks a lot!</description>
		<content:encoded><![CDATA[<p>I tried to use the Moogaloop SWF in an AIR application but unfortunately I got a Security Error. The command Security.allowDomain(&#8220;http://bitcast.vimeo.com&#8221;); doesn&#8217;t work in an Air App. Do you or anybody know a workaround for this? </p>
<p>Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://blog.robertabramski.com/2009/05/25/vimeo-player-and-the-secret-api/comment-page-1/#comment-253</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Sun, 26 Jul 2009 16:59:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.robertabramski.com/?p=276#comment-253</guid>
		<description>I have the same problem with the hit test zone, stuck in the top left of my swf. They seem to use the stage mouse position (not the parent container mouse position or the classics MouseOver/MouseOut events) ... 
If someone have a solution please post it here !</description>
		<content:encoded><![CDATA[<p>I have the same problem with the hit test zone, stuck in the top left of my swf. They seem to use the stage mouse position (not the parent container mouse position or the classics MouseOver/MouseOut events) &#8230;<br />
If someone have a solution please post it here !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Abramski</title>
		<link>http://blog.robertabramski.com/2009/05/25/vimeo-player-and-the-secret-api/comment-page-1/#comment-252</link>
		<dc:creator>Robert Abramski</dc:creator>
		<pubDate>Fri, 17 Jul 2009 20:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.robertabramski.com/?p=276#comment-252</guid>
		<description>Thanks for the update Brad, but this doesn&#039;t really apply to my post. Vimeo has indeed updated their API, but Vimeo only released the JavaScript API officially. The ActionScript API is still shrouded in the shadows. In Vimeo&#039;s documentation, JS API is now top billing and AS API still has that ominous reminder that some of the documentation is not accurate. I did a short test (I will do some more later) to see if the AS API is still intact and it seems that the information above is still accurate. I&#039;m glad to see that there is some motion on the Moogaloop front and I anxiously await the official release of the ActionScript API.</description>
		<content:encoded><![CDATA[<p>Thanks for the update Brad, but this doesn&#8217;t really apply to my post. Vimeo has indeed updated their API, but Vimeo only released the JavaScript API officially. The ActionScript API is still shrouded in the shadows. In Vimeo&#8217;s documentation, JS API is now top billing and AS API still has that ominous reminder that some of the documentation is not accurate. I did a short test (I will do some more later) to see if the AS API is still intact and it seems that the information above is still accurate. I&#8217;m glad to see that there is some motion on the Moogaloop front and I anxiously await the official release of the ActionScript API.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Dougherty</title>
		<link>http://blog.robertabramski.com/2009/05/25/vimeo-player-and-the-secret-api/comment-page-1/#comment-251</link>
		<dc:creator>Brad Dougherty</dc:creator>
		<pubDate>Wed, 15 Jul 2009 14:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.robertabramski.com/?p=276#comment-251</guid>
		<description>Just wanted to let everyone know that we are officially offering the Moogaloop API now.
http://www.vimeo.com/api/docs/moogaloop</description>
		<content:encoded><![CDATA[<p>Just wanted to let everyone know that we are officially offering the Moogaloop API now.<br />
<a href="http://www.vimeo.com/api/docs/moogaloop" rel="nofollow">http://www.vimeo.com/api/docs/moogaloop</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
