<?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 Moogaloop in Flex &#8211; FlexVimeoPlayer Component</title>
	<atom:link href="http://blog.derhess.de/2009/08/14/vimeo-moogaloop-in-flex-flexvimeoplayer-component/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.derhess.de/2009/08/14/vimeo-moogaloop-in-flex-flexvimeoplayer-component/</link>
	<description>am medialen werkeln</description>
	<lastBuildDate>Tue, 07 Feb 2012 22:02:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: admin</title>
		<link>http://blog.derhess.de/2009/08/14/vimeo-moogaloop-in-flex-flexvimeoplayer-component/comment-page-1/#comment-1531</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 09 Jan 2011 13:46:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derhess.de/?p=910#comment-1531</guid>
		<description>I know that problem. I don&#039;t know how to fix it. I mentioned above my reasons why I did not maintain this component. Maybe you find a solution at the vimeo developer forum http://vimeo.com/forum:API I wish you good luck!</description>
		<content:encoded><![CDATA[<p>I know that problem. I don&#8217;t know how to fix it. I mentioned above my reasons why I did not maintain this component. Maybe you find a solution at the vimeo developer forum <a href="http://vimeo.com/forum:API" rel="nofollow">http://vimeo.com/forum:API</a> I wish you good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dl</title>
		<link>http://blog.derhess.de/2009/08/14/vimeo-moogaloop-in-flex-flexvimeoplayer-component/comment-page-1/#comment-1530</link>
		<dc:creator>dl</dc:creator>
		<pubDate>Sun, 09 Jan 2011 12:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derhess.de/?p=910#comment-1530</guid>
		<description>playback only starts when i scrub ?!</description>
		<content:encoded><![CDATA[<p>playback only starts when i scrub ?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dl</title>
		<link>http://blog.derhess.de/2009/08/14/vimeo-moogaloop-in-flex-flexvimeoplayer-component/comment-page-1/#comment-1529</link>
		<dc:creator>dl</dc:creator>
		<pubDate>Sun, 09 Jan 2011 12:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derhess.de/?p=910#comment-1529</guid>
		<description>oops sorryoverlooked it</description>
		<content:encoded><![CDATA[<p>oops sorryoverlooked it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dl</title>
		<link>http://blog.derhess.de/2009/08/14/vimeo-moogaloop-in-flex-flexvimeoplayer-component/comment-page-1/#comment-1528</link>
		<dc:creator>dl</dc:creator>
		<pubDate>Sun, 09 Jan 2011 12:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derhess.de/?p=910#comment-1528</guid>
		<description>Do you like to share the Flex Project , please ?</description>
		<content:encoded><![CDATA[<p>Do you like to share the Flex Project , please ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.derhess.de/2009/08/14/vimeo-moogaloop-in-flex-flexvimeoplayer-component/comment-page-1/#comment-1018</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 16 Mar 2010 14:50:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derhess.de/?p=910#comment-1018</guid>
		<description>Hi dear Readers,

@Dave A from the Flash vimeo blog post is right why the vimeo examples are not working at the moment. This forum post http://vimeo.com/forums/topic:21967 figures out why my example and my classes are not working!! You have to change the Sercurity.loadPolicy() function, the Security.allowDomain() URL and the loadURL Path at the Constructor Function of my VimeoPlayer class:
http://code.google.com/p/derhess/source/browse/trunk/AS3/de/derhess/video/vimeo/VimeoPlayer.as

Unfortunately, I have to say that I am not very happy with the update process of the moogaloop API. It seems that the vimeo staff is working on a new version of their API without any notification… I am going to update my classes if a real long term solution of the moogaloop API is available! Sorry, but at the moment I have no time to deal with these short changing intervals…</description>
		<content:encoded><![CDATA[<p>Hi dear Readers,</p>
<p>@Dave A from the Flash vimeo blog post is right why the vimeo examples are not working at the moment. This forum post <a href="http://vimeo.com/forums/topic:21967" rel="nofollow">http://vimeo.com/forums/topic:21967</a> figures out why my example and my classes are not working!! You have to change the Sercurity.loadPolicy() function, the Security.allowDomain() URL and the loadURL Path at the Constructor Function of my VimeoPlayer class:<br />
<a href="http://code.google.com/p/derhess/source/browse/trunk/AS3/de/derhess/video/vimeo/VimeoPlayer.as" rel="nofollow">http://code.google.com/p/derhess/source/browse/trunk/AS3/de/derhess/video/vimeo/VimeoPlayer.as</a></p>
<p>Unfortunately, I have to say that I am not very happy with the update process of the moogaloop API. It seems that the vimeo staff is working on a new version of their API without any notification… I am going to update my classes if a real long term solution of the moogaloop API is available! Sorry, but at the moment I have no time to deal with these short changing intervals…</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.derhess.de/2009/08/14/vimeo-moogaloop-in-flex-flexvimeoplayer-component/comment-page-1/#comment-419</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 10 Oct 2009 07:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derhess.de/?p=910#comment-419</guid>
		<description>&lt;a href=&quot;#comment-394&quot; rel=&quot;nofollow&quot;&gt;@Greg&lt;/a&gt; 

Sorry, I don&#039;t understand your problem. This problem appears only in the Flash Debug Player or what do you mean?! Because if I do a doubleclick in the example above, the only thing which happens that the video will pause?!</description>
		<content:encoded><![CDATA[<p><a href="#comment-394" rel="nofollow">@Greg</a> </p>
<p>Sorry, I don&#8217;t understand your problem. This problem appears only in the Flash Debug Player or what do you mean?! Because if I do a doubleclick in the example above, the only thing which happens that the video will pause?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://blog.derhess.de/2009/08/14/vimeo-moogaloop-in-flex-flexvimeoplayer-component/comment-page-1/#comment-394</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Wed, 07 Oct 2009 10:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derhess.de/?p=910#comment-394</guid>
		<description>Great ! One last question is there a way to avoid the doubleclick error of death in debug mode ? when double clicking on the video ? I tried disabling doubleclick on the container whith no success.</description>
		<content:encoded><![CDATA[<p>Great ! One last question is there a way to avoid the doubleclick error of death in debug mode ? when double clicking on the video ? I tried disabling doubleclick on the container whith no success.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flo</title>
		<link>http://blog.derhess.de/2009/08/14/vimeo-moogaloop-in-flex-flexvimeoplayer-component/comment-page-1/#comment-389</link>
		<dc:creator>Flo</dc:creator>
		<pubDate>Tue, 06 Oct 2009 17:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derhess.de/?p=910#comment-389</guid>
		<description>&lt;a href=&quot;#comment-388&quot; rel=&quot;nofollow&quot;&gt;@Greg&lt;/a&gt; 
Hi Greg

I updated the vimeo class mouse move behaviour, how @alptugan has already described. The file is uploaded and should now solve your problem... I hope it works for your now :-)</description>
		<content:encoded><![CDATA[<p><a href="#comment-388" rel="nofollow">@Greg</a><br />
Hi Greg</p>
<p>I updated the vimeo class mouse move behaviour, how @alptugan has already described. The file is uploaded and should now solve your problem&#8230; I hope it works for your now <img src='http://blog.derhess.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://blog.derhess.de/2009/08/14/vimeo-moogaloop-in-flex-flexvimeoplayer-component/comment-page-1/#comment-388</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Tue, 06 Oct 2009 07:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derhess.de/?p=910#comment-388</guid>
		<description>&lt;a href=&quot;#comment-385&quot; rel=&quot;nofollow&quot;&gt;@admin&lt;/a&gt; 
Actually i had to do parent.parent.parent.x to the modal window position. Kind of ugly. So  a new way of handling the mouse move would be great !</description>
		<content:encoded><![CDATA[<p><a href="#comment-385" rel="nofollow">@admin</a><br />
Actually i had to do parent.parent.parent.x to the modal window position. Kind of ugly. So  a new way of handling the mouse move would be great !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.derhess.de/2009/08/14/vimeo-moogaloop-in-flex-flexvimeoplayer-component/comment-page-1/#comment-385</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 05 Oct 2009 21:50:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.derhess.de/?p=910#comment-385</guid>
		<description>Hi Greg,

thanks a lot for your advice! That sounds like the problem which alptugan had. I am going to chance the this mouse behaviour tommorrow and then I am going to upload it. :-)

Bye
Flo</description>
		<content:encoded><![CDATA[<p>Hi Greg,</p>
<p>thanks a lot for your advice! That sounds like the problem which alptugan had. I am going to chance the this mouse behaviour tommorrow and then I am going to upload it. <img src='http://blog.derhess.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Bye<br />
Flo</p>
]]></content:encoded>
	</item>
</channel>
</rss>

