<?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: Play iPhone Movies in Portrait Mode with MPMoviePlayerController using Public API&#8217;s</title>
	<atom:link href="http://iPhoneDeveloperTips.com/video/play-movies-in-portrait-mode-with-mpmovieplayercontroller-using-public-apis.html/feed" rel="self" type="application/rss+xml" />
	<link>http://iPhoneDeveloperTips.com/video/play-movies-in-portrait-mode-with-mpmovieplayercontroller-using-public-apis.html</link>
	<description>iOS Developer Tips, Tricks and Tutorials.</description>
	<lastBuildDate>Wed, 08 Feb 2012 06:31:16 -0600</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Max</title>
		<link>http://iPhoneDeveloperTips.com/video/play-movies-in-portrait-mode-with-mpmovieplayercontroller-using-public-apis.html#comment-52344</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Fri, 10 Jun 2011 09:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5020#comment-52344</guid>
		<description>Brilliant thanks. Really useful to have the project available for download and examination. Very thoughtful thank you.</description>
		<content:encoded><![CDATA[<p>Brilliant thanks. Really useful to have the project available for download and examination. Very thoughtful thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Muchow</title>
		<link>http://iPhoneDeveloperTips.com/video/play-movies-in-portrait-mode-with-mpmovieplayercontroller-using-public-apis.html#comment-36637</link>
		<dc:creator>John Muchow</dc:creator>
		<pubDate>Tue, 04 Jan 2011 20:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5020#comment-36637</guid>
		<description>The code shown is targeted at a native iPhone application versus a browser, unfortunately this isn&#039;t applicable to the Safari browser on the iPhone.</description>
		<content:encoded><![CDATA[<p>The code shown is targeted at a native iPhone application versus a browser, unfortunately this isn&#8217;t applicable to the Safari browser on the iPhone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://iPhoneDeveloperTips.com/video/play-movies-in-portrait-mode-with-mpmovieplayercontroller-using-public-apis.html#comment-36636</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 04 Jan 2011 20:39:24 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5020#comment-36636</guid>
		<description>Is this an app or are you able to do this in a browser? I need to create a touch overlay on video in a browser window for Iphone.</description>
		<content:encoded><![CDATA[<p>Is this an app or are you able to do this in a browser? I need to create a touch overlay on video in a browser window for Iphone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://iPhoneDeveloperTips.com/video/play-movies-in-portrait-mode-with-mpmovieplayercontroller-using-public-apis.html#comment-32786</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 24 Nov 2010 18:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5020#comment-32786</guid>
		<description>@john muchow

great with the info that the problem is this line: 

UIWindow *moviePlayerWindow = [windows objectAtIndex:1];
The order of windows must of changed with newer releases of the SDK. 

I take the overlay out and the project migrates to the ipad no problem.  But then the cool overlay function stops working.  Is there a way to fix this line?

Thanks for great code,
Mike</description>
		<content:encoded><![CDATA[<p>@john muchow</p>
<p>great with the info that the problem is this line: </p>
<p>UIWindow *moviePlayerWindow = [windows objectAtIndex:1];<br />
The order of windows must of changed with newer releases of the SDK. </p>
<p>I take the overlay out and the project migrates to the ipad no problem.  But then the cool overlay function stops working.  Is there a way to fix this line?</p>
<p>Thanks for great code,<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Tarr</title>
		<link>http://iPhoneDeveloperTips.com/video/play-movies-in-portrait-mode-with-mpmovieplayercontroller-using-public-apis.html#comment-26038</link>
		<dc:creator>Simon Tarr</dc:creator>
		<pubDate>Tue, 21 Sep 2010 19:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5020#comment-26038</guid>
		<description>I can&#039;t figure out how to make it autorotate...</description>
		<content:encoded><![CDATA[<p>I can&#8217;t figure out how to make it autorotate&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: StoneRain</title>
		<link>http://iPhoneDeveloperTips.com/video/play-movies-in-portrait-mode-with-mpmovieplayercontroller-using-public-apis.html#comment-24584</link>
		<dc:creator>StoneRain</dc:creator>
		<pubDate>Wed, 01 Sep 2010 08:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5020#comment-24584</guid>
		<description>Thank you very much !
Your tip gives me big help.
Thank you again.</description>
		<content:encoded><![CDATA[<p>Thank you very much !<br />
Your tip gives me big help.<br />
Thank you again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://iPhoneDeveloperTips.com/video/play-movies-in-portrait-mode-with-mpmovieplayercontroller-using-public-apis.html#comment-23251</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Wed, 11 Aug 2010 15:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5020#comment-23251</guid>
		<description>@john muchow

thanks for info !!!!

chris</description>
		<content:encoded><![CDATA[<p>@john muchow</p>
<p>thanks for info !!!!</p>
<p>chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Muchow</title>
		<link>http://iPhoneDeveloperTips.com/video/play-movies-in-portrait-mode-with-mpmovieplayercontroller-using-public-apis.html#comment-22508</link>
		<dc:creator>John Muchow</dc:creator>
		<pubDate>Thu, 05 Aug 2010 15:30:08 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5020#comment-22508</guid>
		<description>Chris, I think the cause of the error is this line in viewWillAppear:

UIWindow *moviePlayerWindow = [windows objectAtIndex:1];

The order of windows must of changed with newer releases of the SDK. Rather than update this code, I would recommend you take a look at this more recent post that uses the latest versions of the Movie Player: &lt;a href=&quot;http://iphonedevelopertips.com/video/display-iphone-movies-in-portrait-mode-updated.html&quot; rel=&quot;nofollow&quot;&gt;Display iPhone Movies in Portrait Mode&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Chris, I think the cause of the error is this line in viewWillAppear:</p>
<p>UIWindow *moviePlayerWindow = [windows objectAtIndex:1];</p>
<p>The order of windows must of changed with newer releases of the SDK. Rather than update this code, I would recommend you take a look at this more recent post that uses the latest versions of the Movie Player: <a href="http://iphonedevelopertips.com/video/display-iphone-movies-in-portrait-mode-updated.html" rel="nofollow">Display iPhone Movies in Portrait Mode</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://iPhoneDeveloperTips.com/video/play-movies-in-portrait-mode-with-mpmovieplayercontroller-using-public-apis.html#comment-22470</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Thu, 05 Aug 2010 09:36:06 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5020#comment-22470</guid>
		<description>nice.
i downloaded your xcode example
when i compile in sdk 3.2.3 with target 4.0
i get : setMovieControlMode is deprecated as warning

but more serious... when started it crash with

 *** Terminating app due to uncaught exception &#039;NSRangeException&#039;, reason: &#039;*** -[NSMutableArray objectAtIndex:]: index 1 beyond bounds [0 .. 0]&#039;

how to solve?

thx
chris</description>
		<content:encoded><![CDATA[<p>nice.<br />
i downloaded your xcode example<br />
when i compile in sdk 3.2.3 with target 4.0<br />
i get : setMovieControlMode is deprecated as warning</p>
<p>but more serious&#8230; when started it crash with</p>
<p> *** Terminating app due to uncaught exception &#8216;NSRangeException&#8217;, reason: &#8216;*** -[NSMutableArray objectAtIndex:]: index 1 beyond bounds [0 .. 0]&#8216;</p>
<p>how to solve?</p>
<p>thx<br />
chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Muchow</title>
		<link>http://iPhoneDeveloperTips.com/video/play-movies-in-portrait-mode-with-mpmovieplayercontroller-using-public-apis.html#comment-16572</link>
		<dc:creator>John Muchow</dc:creator>
		<pubDate>Sun, 06 Jun 2010 02:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5020#comment-16572</guid>
		<description>You may have to make some code changes to support this - one option is that the UIViewController class has a method hidesBottomBarWhenPushed that you can set to returns YES if you want the tabbar hidden when the view controller is pushed onto a navigation controller.</description>
		<content:encoded><![CDATA[<p>You may have to make some code changes to support this &#8211; one option is that the UIViewController class has a method hidesBottomBarWhenPushed that you can set to returns YES if you want the tabbar hidden when the view controller is pushed onto a navigation controller.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

