<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mobile Developer Tips &#187; Video</title>
	<atom:link href="http://MobileDeveloperTips.com/category/video/feed" rel="self" type="application/rss+xml" />
	<link>http://MobileDeveloperTips.com</link>
	<description>iOS Developer Tips, Tricks and Tutorials.</description>
	<lastBuildDate>Wed, 16 May 2012 12:25:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to Play Movies from the Application Bundle or from a Remote Server (URL)</title>
		<link>http://MobileDeveloperTips.com/video/how-to-play-movies-from-application-bundle-or-from-a-remote-server-url.html</link>
		<comments>http://MobileDeveloperTips.com/video/how-to-play-movies-from-application-bundle-or-from-a-remote-server-url.html#comments</comments>
		<pubDate>Wed, 21 Jul 2010 00:51:45 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=6691</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/video/how-to-play-movies-from-application-bundle-or-from-a-remote-server-url.html">How to Play Movies from the Application Bundle or from a Remote Server (URL)</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
How to Play Movies from the Application Bundle or from a Remote Server (URL) is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved In the previous two posts I wrote about how to create a movie player that would work across OS versions, as well as how to play a movie in portrait [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/video/play-movies-in-portrait-mode-with-mpmovieplayercontroller-using-public-apis.html' rel='bookmark' title='Play iPhone Movies in Portrait Mode with MPMoviePlayerController using Public API&#8217;s'>Play iPhone Movies in Portrait Mode with MPMoviePlayerController using Public API&#8217;s</a></li>
<li><a href='http://MobileDeveloperTips.com/video/display-iphone-movies-in-portrait-mode-updated.html' rel='bookmark' title='Display iPhone Movies in Portrait Mode (Updated)'>Display iPhone Movies in Portrait Mode (Updated)</a></li>
<li><a href='http://MobileDeveloperTips.com/video/getting-mpmovieplayercontroller-to-cooperate-with-ios4-3-2-ipad-and-earlier-versions-of-iphone-sdk.html' rel='bookmark' title='Getting MPMoviePlayerController to Work with iOS4, 3.2 (iPad) and Earlier Versions of iPhone SDK'>Getting MPMoviePlayerController to Work with iOS4, 3.2 (iPad) and Earlier Versions of iPhone SDK</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/video/how-to-play-movies-from-application-bundle-or-from-a-remote-server-url.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Display iPhone Movies in Portrait Mode (Updated)</title>
		<link>http://MobileDeveloperTips.com/video/display-iphone-movies-in-portrait-mode-updated.html</link>
		<comments>http://MobileDeveloperTips.com/video/display-iphone-movies-in-portrait-mode-updated.html#comments</comments>
		<pubDate>Wed, 14 Jul 2010 00:36:36 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=6652</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/video/display-iphone-movies-in-portrait-mode-updated.html">Display iPhone Movies in Portrait Mode (Updated)</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Display iPhone Movies in Portrait Mode (Updated) is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved In the previous post, Getting MPMoviePlayerController to Cooperate with iOS4 and Earlier Versions of iPhone SDK, I demonstrated how to work with the most recent changes in iPhone OS 3.2 and 4.0 MPMoviePlayerController to enable one application [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/video/play-movies-in-portrait-mode-with-mpmovieplayercontroller-using-public-apis.html' rel='bookmark' title='Play iPhone Movies in Portrait Mode with MPMoviePlayerController using Public API&#8217;s'>Play iPhone Movies in Portrait Mode with MPMoviePlayerController using Public API&#8217;s</a></li>
<li><a href='http://MobileDeveloperTips.com/video/getting-mpmovieplayercontroller-to-cooperate-with-ios4-3-2-ipad-and-earlier-versions-of-iphone-sdk.html' rel='bookmark' title='Getting MPMoviePlayerController to Work with iOS4, 3.2 (iPad) and Earlier Versions of iPhone SDK'>Getting MPMoviePlayerController to Work with iOS4, 3.2 (iPad) and Earlier Versions of iPhone SDK</a></li>
<li><a href='http://MobileDeveloperTips.com/cocoa/changing-views-to-landscape-mode.html' rel='bookmark' title='Changing Views to Landscape Mode'>Changing Views to Landscape Mode</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/video/display-iphone-movies-in-portrait-mode-updated.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Getting MPMoviePlayerController to Work with iOS4, 3.2 (iPad) and Earlier Versions of iPhone SDK</title>
		<link>http://MobileDeveloperTips.com/video/getting-mpmovieplayercontroller-to-cooperate-with-ios4-3-2-ipad-and-earlier-versions-of-iphone-sdk.html</link>
		<comments>http://MobileDeveloperTips.com/video/getting-mpmovieplayercontroller-to-cooperate-with-ios4-3-2-ipad-and-earlier-versions-of-iphone-sdk.html#comments</comments>
		<pubDate>Fri, 09 Jul 2010 02:52:29 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=6579</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/video/getting-mpmovieplayercontroller-to-cooperate-with-ios4-3-2-ipad-and-earlier-versions-of-iphone-sdk.html">Getting MPMoviePlayerController to Work with iOS4, 3.2 (iPad) and Earlier Versions of iPhone SDK</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Getting MPMoviePlayerController to Work with iOS4, 3.2 (iPad) and Earlier Versions of iPhone SDK is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved The API and overall approach for working with MPMoviePlayerController has changed just enough in the 3.2 SDK (iPad) and iOS4 SDK to cause working applications in earlier releases to be [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/video/play-movies-in-portrait-mode-with-mpmovieplayercontroller-using-public-apis.html' rel='bookmark' title='Play iPhone Movies in Portrait Mode with MPMoviePlayerController using Public API&#8217;s'>Play iPhone Movies in Portrait Mode with MPMoviePlayerController using Public API&#8217;s</a></li>
<li><a href='http://MobileDeveloperTips.com/xcode/base-sdk-and-iphone-os-deployment-target-developing-apps-with-the-4-x-sdk-deploying-to-3-x-devices.html' rel='bookmark' title='Developing iPhone Apps with iOS4 SDK, Deploying to 3.x Devices : Base SDK and iPhone OS Deployment Target'>Developing iPhone Apps with iOS4 SDK, Deploying to 3.x Devices : Base SDK and iPhone OS Deployment Target</a></li>
<li><a href='http://MobileDeveloperTips.com/audio/playing-soundsaudio-avaudioplayer.html' rel='bookmark' title='Playing Sounds/Audio &#8211; AVAudioPlayer'>Playing Sounds/Audio &#8211; AVAudioPlayer</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/video/getting-mpmovieplayercontroller-to-cooperate-with-ios4-3-2-ipad-and-earlier-versions-of-iphone-sdk.html/feed</wfw:commentRss>
		<slash:comments>90</slash:comments>
		</item>
		<item>
		<title>Display YouTube Videos Without Exiting Your Application</title>
		<link>http://MobileDeveloperTips.com/video/display-youtube-videos-without-exiting-your-application.html</link>
		<comments>http://MobileDeveloperTips.com/video/display-youtube-videos-without-exiting-your-application.html#comments</comments>
		<pubDate>Wed, 19 May 2010 11:43:23 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=6274</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/video/display-youtube-videos-without-exiting-your-application.html">Display YouTube Videos Without Exiting Your Application</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Display YouTube Videos Without Exiting Your Application is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved If you&#8217;d like to play a YouTube video inside your application there are two common ways to do this, by launching the YouTube player and by using a UIWebview. Launch Native YouTube Application This approach will exit [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/cocoa/launching-other-apps-within-an-iphone-application-part-2.html' rel='bookmark' title='Launching Other Apps within an iPhone Application (Part 2)'>Launching Other Apps within an iPhone Application (Part 2)</a></li>
<li><a href='http://MobileDeveloperTips.com/user-interface/dialing-a-phone-number-so-many-options.html' rel='bookmark' title='Dial a Phone Number &#8211; So Many Options'>Dial a Phone Number &#8211; So Many Options</a></li>
<li><a href='http://MobileDeveloperTips.com/cocoa/launching-the-browser-from-within-an-iphone-application.html' rel='bookmark' title='Launching the Browser from within an iPhone application'>Launching the Browser from within an iPhone application</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/video/display-youtube-videos-without-exiting-your-application.html/feed</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Play iPhone Movies in Portrait Mode with MPMoviePlayerController using Public API&#8217;s</title>
		<link>http://MobileDeveloperTips.com/video/play-movies-in-portrait-mode-with-mpmovieplayercontroller-using-public-apis.html</link>
		<comments>http://MobileDeveloperTips.com/video/play-movies-in-portrait-mode-with-mpmovieplayercontroller-using-public-apis.html#comments</comments>
		<pubDate>Mon, 04 Jan 2010 07:26:13 +0000</pubDate>
		<dc:creator>John Muchow</dc:creator>
				<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5020</guid>
		<description><![CDATA[<p><a href="http://MobileDeveloperTips.com/video/play-movies-in-portrait-mode-with-mpmovieplayercontroller-using-public-apis.html">Play iPhone Movies in Portrait Mode with MPMoviePlayerController using Public API&#8217;s</a> is protected by Copyright © <a href="http://MobileDeveloperTips.com">MobileDeveloperTips.com</a> 2008-2012 • All Rights Reserved</p>
Play iPhone Movies in Portrait Mode with MPMoviePlayerController using Public API&#8217;s is protected by Copyright © MobileDeveloperTips.com 2008-2012 • All Rights Reserved Editor&#8217;s Note: With the release of SDK&#8217;s supporting 3.2 and 4.x, this approach is no longer necessary. The new movie player can now be displayed in either direction, landscape or portrait. Read this [...]
Related posts:<ol>
<li><a href='http://MobileDeveloperTips.com/cocoa/changing-views-to-landscape-mode.html' rel='bookmark' title='Changing Views to Landscape Mode'>Changing Views to Landscape Mode</a></li>
<li><a href='http://MobileDeveloperTips.com/user-interface/uialertview-and-landscape-mode.html' rel='bookmark' title='UIAlertView and Landscape Mode'>UIAlertView and Landscape Mode</a></li>
</ol>]]></description>
		<wfw:commentRss>http://MobileDeveloperTips.com/video/play-movies-in-portrait-mode-with-mpmovieplayercontroller-using-public-apis.html/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
<enclosure url="http://iphonedevelopertips.com/wp-content/uploads/2010/01/port.mov" length="306215" type="video/quicktime" />
		</item>
	</channel>
</rss>

