<?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: How To Play YouTube Videos Within an Application</title>
	<atom:link href="http://iPhoneIncubator.com/blog/audio-video/how-to-play-youtube-videos-within-an-application/feed" rel="self" type="application/rss+xml" />
	<link>http://iPhoneIncubator.com/blog/audio-video/how-to-play-youtube-videos-within-an-application</link>
	<description>Tips and Tricks for iPhone SDK Developers</description>
	<lastBuildDate>Thu, 11 Mar 2010 21:29:19 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Olivier</title>
		<link>http://iPhoneIncubator.com/blog/audio-video/how-to-play-youtube-videos-within-an-application/comment-page-2#comment-2200</link>
		<dc:creator>Olivier</dc:creator>
		<pubDate>Fri, 19 Feb 2010 15:50:01 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=94#comment-2200</guid>
		<description>All was working OK until I uploaded my own youtube video. Now the youtube embedded player icon stays gray and is crossed.
Any idea why?
On a PC web browser, everything works fine, on the iPhone Youtube player everything is fine, but the problem arises in the webview.

The video is: http://www.youtube.com/v/JVqyk0Pcg0c</description>
		<content:encoded><![CDATA[<p>All was working OK until I uploaded my own youtube video. Now the youtube embedded player icon stays gray and is crossed.<br />
Any idea why?<br />
On a PC web browser, everything works fine, on the iPhone Youtube player everything is fine, but the problem arises in the webview.</p>
<p>The video is: <a href="http://www.youtube.com/v/JVqyk0Pcg0c" rel="nofollow">http://www.youtube.com/v/JVqyk0Pcg0c</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norio</title>
		<link>http://iPhoneIncubator.com/blog/audio-video/how-to-play-youtube-videos-within-an-application/comment-page-2#comment-2191</link>
		<dc:creator>Norio</dc:creator>
		<pubDate>Fri, 19 Feb 2010 06:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=94#comment-2191</guid>
		<description>Thank you very much!
I can&#039;t thank you enough. I could play video without modification!!!!!!!
Norio</description>
		<content:encoded><![CDATA[<p>Thank you very much!<br />
I can&#8217;t thank you enough. I could play video without modification!!!!!!!<br />
Norio</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://iPhoneIncubator.com/blog/audio-video/how-to-play-youtube-videos-within-an-application/comment-page-2#comment-2185</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 18 Feb 2010 23:19:45 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=94#comment-2185</guid>
		<description>Hi all, Thanks for the great info above.

Regarding a video end event:  I&#039;ve been successful using the UIWindowDidBecomeVisibleNotification notification to signal when the video has finished playing or when the user has indicated that they are done.</description>
		<content:encoded><![CDATA[<p>Hi all, Thanks for the great info above.</p>
<p>Regarding a video end event:  I&#8217;ve been successful using the UIWindowDidBecomeVisibleNotification notification to signal when the video has finished playing or when the user has indicated that they are done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://iPhoneIncubator.com/blog/audio-video/how-to-play-youtube-videos-within-an-application/comment-page-2#comment-2166</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Wed, 17 Feb 2010 19:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=94#comment-2166</guid>
		<description>@Curious: You can download complete working code from this &lt;a href=&quot;http://iPhoneIncubator.com/blog/windows-views/360idev-iphone-developers-conference-presentation&quot; rel=&quot;nofollow&quot;&gt;post&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>@Curious: You can download complete working code from this <a href="http://iPhoneIncubator.com/blog/windows-views/360idev-iphone-developers-conference-presentation" rel="nofollow">post</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curious Noob</title>
		<link>http://iPhoneIncubator.com/blog/audio-video/how-to-play-youtube-videos-within-an-application/comment-page-2#comment-2162</link>
		<dc:creator>Curious Noob</dc:creator>
		<pubDate>Wed, 17 Feb 2010 16:42:26 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=94#comment-2162</guid>
		<description>if that wasn&#039;t clear in the example of C#
Console.WriteLine(&quot;[Put text hear for output]&quot;);

I have trouble looking at that since i am noob and distinguishing reserved words from places i&#039;m supposed to supply info (such as height, width, actual url)..

Thanks guys!</description>
		<content:encoded><![CDATA[<p>if that wasn&#8217;t clear in the example of C#<br />
Console.WriteLine(&#8221;[Put text hear for output]&#8220;);</p>
<p>I have trouble looking at that since i am noob and distinguishing reserved words from places i&#8217;m supposed to supply info (such as height, width, actual url)..</p>
<p>Thanks guys!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curious Noob</title>
		<link>http://iPhoneIncubator.com/blog/audio-video/how-to-play-youtube-videos-within-an-application/comment-page-2#comment-2161</link>
		<dc:creator>Curious Noob</dc:creator>
		<pubDate>Wed, 17 Feb 2010 16:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=94#comment-2161</guid>
		<description>So this is excellent...however i am a noob, would someone be able to copy the code again in a comment and put in brackets where certain info goes.

I am trying to work on an iphone app and website but i&#039;m extremely noob, and i dont know where i need to change information.  Maybe even some one could make a really quick working example, so i can see where i can change things...
Sorry for the noobery :)</description>
		<content:encoded><![CDATA[<p>So this is excellent&#8230;however i am a noob, would someone be able to copy the code again in a comment and put in brackets where certain info goes.</p>
<p>I am trying to work on an iphone app and website but i&#8217;m extremely noob, and i dont know where i need to change information.  Maybe even some one could make a really quick working example, so i can see where i can change things&#8230;<br />
Sorry for the noobery <img src='http://iPhoneIncubator.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matze</title>
		<link>http://iPhoneIncubator.com/blog/audio-video/how-to-play-youtube-videos-within-an-application/comment-page-2#comment-1874</link>
		<dc:creator>Matze</dc:creator>
		<pubDate>Wed, 20 Jan 2010 07:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=94#comment-1874</guid>
		<description>btw: Nice app WDYK!</description>
		<content:encoded><![CDATA[<p>btw: Nice app WDYK!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matze</title>
		<link>http://iPhoneIncubator.com/blog/audio-video/how-to-play-youtube-videos-within-an-application/comment-page-2#comment-1873</link>
		<dc:creator>Matze</dc:creator>
		<pubDate>Wed, 20 Jan 2010 07:09:22 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=94#comment-1873</guid>
		<description>@Nick: Thanks a lot for your advice. We want to sell our app in the iTS. Youtube&#039;s terms of usage prohibit any commercial use of the youtube-channel. I am not sure, whether linking to a youtube video is commercial usage of youtubes contents.</description>
		<content:encoded><![CDATA[<p>@Nick: Thanks a lot for your advice. We want to sell our app in the iTS. Youtube&#8217;s terms of usage prohibit any commercial use of the youtube-channel. I am not sure, whether linking to a youtube video is commercial usage of youtubes contents.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://iPhoneIncubator.com/blog/audio-video/how-to-play-youtube-videos-within-an-application/comment-page-1#comment-1869</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Tue, 19 Jan 2010 19:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=94#comment-1869</guid>
		<description>@Matze: I&#039;m not a lawyer, so my answer is based on my experience as a developer and should not be interpreted as legal advice.
In the WDYK application we display the name of the author of the YouTube clip next to the play button inside the app. The idea is to make it very clear that the video is not ours, but belongs to someone else and we&#039;re just linking to it.
You can download the WDYK app free from the App Store, or just look at the screen images in iTunes and you&#039;ll see the author label.</description>
		<content:encoded><![CDATA[<p>@Matze: I&#8217;m not a lawyer, so my answer is based on my experience as a developer and should not be interpreted as legal advice.<br />
In the WDYK application we display the name of the author of the YouTube clip next to the play button inside the app. The idea is to make it very clear that the video is not ours, but belongs to someone else and we&#8217;re just linking to it.<br />
You can download the WDYK app free from the App Store, or just look at the screen images in iTunes and you&#8217;ll see the author label.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matze</title>
		<link>http://iPhoneIncubator.com/blog/audio-video/how-to-play-youtube-videos-within-an-application/comment-page-1#comment-1867</link>
		<dc:creator>Matze</dc:creator>
		<pubDate>Tue, 19 Jan 2010 12:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneIncubator.com/blog/?p=94#comment-1867</guid>
		<description>Hello from Germany.

I&#039;d like to know if I impinge upon someone&#039;s rights by linking to a youtube video in my application, which I am looking forward to sell in the iTS this year.

Best regards and thanks in advance for any help, Matze</description>
		<content:encoded><![CDATA[<p>Hello from Germany.</p>
<p>I&#8217;d like to know if I impinge upon someone&#8217;s rights by linking to a youtube video in my application, which I am looking forward to sell in the iTS this year.</p>
<p>Best regards and thanks in advance for any help, Matze</p>
]]></content:encoded>
	</item>
</channel>
</rss>
