<?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: Youtube AS3 Wrapper &#8211; Downloads</title>
	<atom:link href="http://www.ovidiudiac.ro/blog/2009/03/youtube-as3-wrapper-downloads/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ovidiudiac.ro/blog/2009/03/youtube-as3-wrapper-downloads/</link>
	<description>Ovidiu Diac's Blog</description>
	<lastBuildDate>Sat, 30 Jul 2011 09:27:04 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://www.ovidiudiac.ro/blog/2009/03/youtube-as3-wrapper-downloads/comment-page-1/#comment-665</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 07 Jan 2010 13:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ovidiudiac.ro/blog/?p=121#comment-665</guid>
		<description>Sometime you just have to do whatever needed to work around the issue until the problem is fixed.</description>
		<content:encoded><![CDATA[<p>Sometime you just have to do whatever needed to work around the issue until the problem is fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ana</title>
		<link>http://www.ovidiudiac.ro/blog/2009/03/youtube-as3-wrapper-downloads/comment-page-1/#comment-664</link>
		<dc:creator>Ana</dc:creator>
		<pubDate>Thu, 07 Jan 2010 12:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.ovidiudiac.ro/blog/?p=121#comment-664</guid>
		<description>Solved it in the end, but not proud of having to add extra event listeners for a bug like this.
I had already tried to listen to stage mouseUp, but it didn&#039;t reach the stage. Turned out I actually had to listen to both click and mouseUp events from the player instance (the loaded player swf) and re-dispatch two events bla bla :).</description>
		<content:encoded><![CDATA[<p>Solved it in the end, but not proud of having to add extra event listeners for a bug like this.<br />
I had already tried to listen to stage mouseUp, but it didn&#8217;t reach the stage. Turned out I actually had to listen to both click and mouseUp events from the player instance (the loaded player swf) and re-dispatch two events bla bla <img src='http://www.ovidiudiac.ro/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.ovidiudiac.ro/blog/2009/03/youtube-as3-wrapper-downloads/comment-page-1/#comment-663</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 07 Jan 2010 10:55:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ovidiudiac.ro/blog/?p=121#comment-663</guid>
		<description>You might wanna try to listen for the stage&#039;s mouseUp event, and trigger it from there.</description>
		<content:encoded><![CDATA[<p>You might wanna try to listen for the stage&#8217;s mouseUp event, and trigger it from there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ana</title>
		<link>http://www.ovidiudiac.ro/blog/2009/03/youtube-as3-wrapper-downloads/comment-page-1/#comment-662</link>
		<dc:creator>Ana</dc:creator>
		<pubDate>Thu, 07 Jan 2010 10:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.ovidiudiac.ro/blog/?p=121#comment-662</guid>
		<description>I&#039;ve solved all other issues, everything works perfectly, but now I&#039;ve run into an annoying bug: scrollbar mouseup event never occurs, so there is no stopDrag, I have to click somewhere outside the player to trigger it. I&#039;ve seen this posted as a bug on google support, but so far I&#039;ve found no solutions.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve solved all other issues, everything works perfectly, but now I&#8217;ve run into an annoying bug: scrollbar mouseup event never occurs, so there is no stopDrag, I have to click somewhere outside the player to trigger it. I&#8217;ve seen this posted as a bug on google support, but so far I&#8217;ve found no solutions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.ovidiudiac.ro/blog/2009/03/youtube-as3-wrapper-downloads/comment-page-1/#comment-660</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 06 Jan 2010 19:00:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.ovidiudiac.ro/blog/?p=121#comment-660</guid>
		<description>no problem.</description>
		<content:encoded><![CDATA[<p>no problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ana</title>
		<link>http://www.ovidiudiac.ro/blog/2009/03/youtube-as3-wrapper-downloads/comment-page-1/#comment-659</link>
		<dc:creator>Ana</dc:creator>
		<pubDate>Wed, 06 Jan 2010 16:32:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.ovidiudiac.ro/blog/?p=121#comment-659</guid>
		<description>&lt;a href=&quot;#comment-657&quot; rel=&quot;nofollow&quot;&gt;@admin&lt;/a&gt; 

I&#039;ve actually managed to solve the problem, had to change the URL a bit. Now I only get the Security error when I mouse over a shape in my SWF, although it should basically have nothing to do with the player. Anyway, thank you very much for your help.</description>
		<content:encoded><![CDATA[<p><a href="#comment-657" rel="nofollow">@admin</a> </p>
<p>I&#8217;ve actually managed to solve the problem, had to change the URL a bit. Now I only get the Security error when I mouse over a shape in my SWF, although it should basically have nothing to do with the player. Anyway, thank you very much for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ana</title>
		<link>http://www.ovidiudiac.ro/blog/2009/03/youtube-as3-wrapper-downloads/comment-page-1/#comment-658</link>
		<dc:creator>Ana</dc:creator>
		<pubDate>Wed, 06 Jan 2010 16:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ovidiudiac.ro/blog/?p=121#comment-658</guid>
		<description>&lt;a href=&quot;#comment-657&quot; rel=&quot;nofollow&quot;&gt;@admin&lt;/a&gt;
 
Maybe I&#039;m doing something wrong. I tried to use exactly the same code there, except that I&#039;m loading &quot;http://www.youtube.com/v/dkc6PsrSbs0&quot; instead of the &quot;/apiplayer&quot; version. The video plays normally, but I get a Security Sandbox error saying that my swf cannot access http://www.youtube.com/v/dkc6PsrSbs0 (the loader.content generates this). And I cannot interact with the Youtube player through its API.

PS I have a Security.allowDomain(&quot;*&quot;) in my SWF (and allowInsecureDomain(&quot;*&quot;)).</description>
		<content:encoded><![CDATA[<p><a href="#comment-657" rel="nofollow">@admin</a></p>
<p>Maybe I&#8217;m doing something wrong. I tried to use exactly the same code there, except that I&#8217;m loading &#8220;http://www.youtube.com/v/dkc6PsrSbs0&#8243; instead of the &#8220;/apiplayer&#8221; version. The video plays normally, but I get a Security Sandbox error saying that my swf cannot access <a href="http://www.youtube.com/v/dkc6PsrSbs0" rel="nofollow">http://www.youtube.com/v/dkc6PsrSbs0</a> (the loader.content generates this). And I cannot interact with the Youtube player through its API.</p>
<p>PS I have a Security.allowDomain(&#8221;*&#8221;) in my SWF (and allowInsecureDomain(&#8221;*&#8221;)).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.ovidiudiac.ro/blog/2009/03/youtube-as3-wrapper-downloads/comment-page-1/#comment-657</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 06 Jan 2010 15:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ovidiudiac.ro/blog/?p=121#comment-657</guid>
		<description>Actually the way to load the chrome player is exactly as if you would load the chromeless one. And the api is exactly the same. Please refer to the youtube page for more details, and if you find any trouble come back here: &lt;a href=&quot;http://code.google.com/apis/youtube/flash_api_reference.html&quot; title=&quot;Youtube Flash Api Reference&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/apis/youtube/flash_api_reference.html&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Actually the way to load the chrome player is exactly as if you would load the chromeless one. And the api is exactly the same. Please refer to the youtube page for more details, and if you find any trouble come back here: <a href="http://code.google.com/apis/youtube/flash_api_reference.html" title="Youtube Flash Api Reference" rel="nofollow">http://code.google.com/apis/youtube/flash_api_reference.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ana</title>
		<link>http://www.ovidiudiac.ro/blog/2009/03/youtube-as3-wrapper-downloads/comment-page-1/#comment-656</link>
		<dc:creator>Ana</dc:creator>
		<pubDate>Wed, 06 Jan 2010 15:12:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ovidiudiac.ro/blog/?p=121#comment-656</guid>
		<description>Forgive me, but I take it there is no way to load the Youtube player (not the chromeless one) in my SWF? That is, to have the playbar and all the functionality of the Youtube player, and still have access to their API from ActionScript.</description>
		<content:encoded><![CDATA[<p>Forgive me, but I take it there is no way to load the Youtube player (not the chromeless one) in my SWF? That is, to have the playbar and all the functionality of the Youtube player, and still have access to their API from ActionScript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.ovidiudiac.ro/blog/2009/03/youtube-as3-wrapper-downloads/comment-page-1/#comment-649</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 23 Nov 2009 15:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ovidiudiac.ro/blog/?p=121#comment-649</guid>
		<description>Playing multiple videos in the same time no, but actionscript is the same in Flash and Flex.
However examples of playing multiple videos, one-by-one, you can download the sources of the TestHarness-player.
Refer to downloads section.
Download the TestHarness-player that&#039;s related to wrapper version 0.7.2.
Cheers</description>
		<content:encoded><![CDATA[<p>Playing multiple videos in the same time no, but actionscript is the same in Flash and Flex.<br />
However examples of playing multiple videos, one-by-one, you can download the sources of the TestHarness-player.<br />
Refer to downloads section.<br />
Download the TestHarness-player that&#8217;s related to wrapper version 0.7.2.<br />
Cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
