<?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 for SMASHWORX</title>
	<atom:link href="http://www.smashworx.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.smashworx.com</link>
	<description>Almost Too Awesome</description>
	<lastBuildDate>Mon, 30 Aug 2010 23:01:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on MoviePlayer in iOS 4 by Tommy Leung</title>
		<link>http://www.smashworx.com/2010/06/movieplayer-in-ios-4/comment-page-1/#comment-1082</link>
		<dc:creator>Tommy Leung</dc:creator>
		<pubDate>Mon, 30 Aug 2010 23:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.smashworx.com/?p=232#comment-1082</guid>
		<description>haha, sorry, good catch. movieView was a ViewController and not a UIView in that example.

thanks!</description>
		<content:encoded><![CDATA[<p>haha, sorry, good catch. movieView was a ViewController and not a UIView in that example.</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MoviePlayer in iOS 4 by Michael</title>
		<link>http://www.smashworx.com/2010/06/movieplayer-in-ios-4/comment-page-1/#comment-1078</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 30 Aug 2010 18:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.smashworx.com/?p=232#comment-1078</guid>
		<description>Thanks for the code examples!  I noticed a small issue when I tried the code that uses MPMoviePlayerViewController. (Your auto-rotate example.)  When you addSubview on the last line, you should reference moveView.vew instead of just movieView.  When I made this change, the compiler didn&#039;t complain and everything worked.</description>
		<content:encoded><![CDATA[<p>Thanks for the code examples!  I noticed a small issue when I tried the code that uses MPMoviePlayerViewController. (Your auto-rotate example.)  When you addSubview on the last line, you should reference moveView.vew instead of just movieView.  When I made this change, the compiler didn&#8217;t complain and everything worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bug in iOS 4.01 by Propaganda Lander 1.2.2 - SMASHWORX - Almost Too Awesome</title>
		<link>http://www.smashworx.com/2010/08/bug-in-ios-4-01/comment-page-1/#comment-1000</link>
		<dc:creator>Propaganda Lander 1.2.2 - SMASHWORX - Almost Too Awesome</dc:creator>
		<pubDate>Thu, 19 Aug 2010 17:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.smashworx.com/?p=300#comment-1000</guid>
		<description>[...] Uncategorized (3)         &#171; Bug in iOS 4.01 [...]</description>
		<content:encoded><![CDATA[<p>[...] Uncategorized (3)         &laquo; Bug in iOS 4.01 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MoviePlayer in iOS 4 by Tommy Leung</title>
		<link>http://www.smashworx.com/2010/06/movieplayer-in-ios-4/comment-page-1/#comment-926</link>
		<dc:creator>Tommy Leung</dc:creator>
		<pubDate>Fri, 06 Aug 2010 16:54:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.smashworx.com/?p=232#comment-926</guid>
		<description>well, I can&#039;t share the project and source code for Propaganda Lander and that&#039;s where the movieplayer code resides. I did reuse this code again for the iPad and it worked great. Sometimes, it doesn&#039;t like some versions of it&#039;s supported formats.

this is the source code for the movieplayer and there&#039;s nothing particularly special that you need in the project file other than the MediaPlayer framework.</description>
		<content:encoded><![CDATA[<p>well, I can&#8217;t share the project and source code for Propaganda Lander and that&#8217;s where the movieplayer code resides. I did reuse this code again for the iPad and it worked great. Sometimes, it doesn&#8217;t like some versions of it&#8217;s supported formats.</p>
<p>this is the source code for the movieplayer and there&#8217;s nothing particularly special that you need in the project file other than the MediaPlayer framework.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MoviePlayer in iOS 4 by waleed</title>
		<link>http://www.smashworx.com/2010/06/movieplayer-in-ios-4/comment-page-1/#comment-918</link>
		<dc:creator>waleed</dc:creator>
		<pubDate>Thu, 05 Aug 2010 14:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.smashworx.com/?p=232#comment-918</guid>
		<description>thanks 


can you share with us the project &amp; source code for the player?</description>
		<content:encoded><![CDATA[<p>thanks </p>
<p>can you share with us the project &amp; source code for the player?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MoviePlayer in iOS 4 by Moons</title>
		<link>http://www.smashworx.com/2010/06/movieplayer-in-ios-4/comment-page-1/#comment-855</link>
		<dc:creator>Moons</dc:creator>
		<pubDate>Thu, 22 Jul 2010 10:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.smashworx.com/?p=232#comment-855</guid>
		<description>in order to check if your application is running on iOS4, you can also check that your component has capability to respond to an iOS4 method... For example:

if ([MPMoviePlayerController instancesRespondToSelector:@selector(view)]) {
...
}</description>
		<content:encoded><![CDATA[<p>in order to check if your application is running on iOS4, you can also check that your component has capability to respond to an iOS4 method&#8230; For example:</p>
<p>if ([MPMoviePlayerController instancesRespondToSelector:@selector(view)]) {<br />
&#8230;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MoviePlayer in iOS 4 by Tommy Leung</title>
		<link>http://www.smashworx.com/2010/06/movieplayer-in-ios-4/comment-page-1/#comment-852</link>
		<dc:creator>Tommy Leung</dc:creator>
		<pubDate>Wed, 21 Jul 2010 16:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.smashworx.com/?p=232#comment-852</guid>
		<description>I actually did a quick re-read of Rudy&#039;s code and the issue is that movieView is being passed into the notification instead of the theMovie itself. I think, at least. That&#039;s the difference between the two.</description>
		<content:encoded><![CDATA[<p>I actually did a quick re-read of Rudy&#8217;s code and the issue is that movieView is being passed into the notification instead of the theMovie itself. I think, at least. That&#8217;s the difference between the two.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MoviePlayer in iOS 4 by Tommy Leung</title>
		<link>http://www.smashworx.com/2010/06/movieplayer-in-ios-4/comment-page-1/#comment-851</link>
		<dc:creator>Tommy Leung</dc:creator>
		<pubDate>Wed, 21 Jul 2010 16:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.smashworx.com/?p=232#comment-851</guid>
		<description>I put up the code that we use for detecting when the movie is finished playing. It&#039;s in the original post under the previous MPMoviePlayer code. Hopefully that helps!</description>
		<content:encoded><![CDATA[<p>I put up the code that we use for detecting when the movie is finished playing. It&#8217;s in the original post under the previous MPMoviePlayer code. Hopefully that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MoviePlayer in iOS 4 by Aprotocall</title>
		<link>http://www.smashworx.com/2010/06/movieplayer-in-ios-4/comment-page-1/#comment-848</link>
		<dc:creator>Aprotocall</dc:creator>
		<pubDate>Wed, 21 Jul 2010 01:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.smashworx.com/?p=232#comment-848</guid>
		<description>Awesome post and I too am trying to get the [theMovie.view removeFromSuperview]; working when the movie stops.  I can&#039;t seem to get it to work correctly.  Would you be so kind as to post an example?  I have the code Rudy has posted, but I cannot seem to get the notification to trigger.

Again, thanks for all the help</description>
		<content:encoded><![CDATA[<p>Awesome post and I too am trying to get the [theMovie.view removeFromSuperview]; working when the movie stops.  I can&#8217;t seem to get it to work correctly.  Would you be so kind as to post an example?  I have the code Rudy has posted, but I cannot seem to get the notification to trigger.</p>
<p>Again, thanks for all the help</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Coming Down the Pipe by Propaganda Lander 1.1 Submitted - SMASHWORX - Almost Too Awesome</title>
		<link>http://www.smashworx.com/2010/05/coming-down-the-pipe/comment-page-1/#comment-847</link>
		<dc:creator>Propaganda Lander 1.1 Submitted - SMASHWORX - Almost Too Awesome</dc:creator>
		<pubDate>Tue, 20 Jul 2010 16:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.smashworx.com/?p=185#comment-847</guid>
		<description>[...] Lander 1.1 to Apple for approval! We&#8217;ve already talked about some of the new things in an older post. We will have a more in depth look at the new features soon. The update should hit your iPhone/iPod [...]</description>
		<content:encoded><![CDATA[<p>[...] Lander 1.1 to Apple for approval! We&#8217;ve already talked about some of the new things in an older post. We will have a more in depth look at the new features soon. The update should hit your iPhone/iPod [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New Lander Movie! by Amelie Griffiths</title>
		<link>http://www.smashworx.com/2009/08/new-lander-movie/comment-page-1/#comment-826</link>
		<dc:creator>Amelie Griffiths</dc:creator>
		<pubDate>Thu, 15 Jul 2010 15:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.smashworx.com/?p=39#comment-826</guid>
		<description>when i hear about David Bowie, it reminds me of Vanilla Ice. -&quot;:</description>
		<content:encoded><![CDATA[<p>when i hear about David Bowie, it reminds me of Vanilla Ice. -&#8221;:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MoviePlayer in iOS 4 by MPMoviePlayerController + Cocos2D &#171; iPhone2D</title>
		<link>http://www.smashworx.com/2010/06/movieplayer-in-ios-4/comment-page-1/#comment-791</link>
		<dc:creator>MPMoviePlayerController + Cocos2D &#171; iPhone2D</dc:creator>
		<pubDate>Tue, 06 Jul 2010 18:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.smashworx.com/?p=232#comment-791</guid>
		<description>[...] here&#8217;s the code.  I&#8217;m going to give credit where credit is due.  I took this from here, but I modified it very slightly to work nicely with Cocos2D.  I&#8217;m going to add more to this [...]</description>
		<content:encoded><![CDATA[<p>[...] here&#8217;s the code.  I&#8217;m going to give credit where credit is due.  I took this from here, but I modified it very slightly to work nicely with Cocos2D.  I&#8217;m going to add more to this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SDK 4.0 Bloated Executable by Airfly Pan</title>
		<link>http://www.smashworx.com/2010/06/sdk-4-0-bloated-executable/comment-page-1/#comment-782</link>
		<dc:creator>Airfly Pan</dc:creator>
		<pubDate>Sat, 03 Jul 2010 14:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.smashworx.com/?p=257#comment-782</guid>
		<description>It&#039;s good know, thank you.</description>
		<content:encoded><![CDATA[<p>It&#8217;s good know, thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MoviePlayer in iOS 4 by Sharatkumar</title>
		<link>http://www.smashworx.com/2010/06/movieplayer-in-ios-4/comment-page-1/#comment-777</link>
		<dc:creator>Sharatkumar</dc:creator>
		<pubDate>Fri, 02 Jul 2010 12:19:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.smashworx.com/?p=232#comment-777</guid>
		<description>Cheers Tommy ..!!!

Great Post and Great Help.
Your code works nice. I have been through a lot of forums, but no one had such a code.

Keep up the Good Work.</description>
		<content:encoded><![CDATA[<p>Cheers Tommy ..!!!</p>
<p>Great Post and Great Help.<br />
Your code works nice. I have been through a lot of forums, but no one had such a code.</p>
<p>Keep up the Good Work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MoviePlayer in iOS 4 by Tommy Leung</title>
		<link>http://www.smashworx.com/2010/06/movieplayer-in-ios-4/comment-page-1/#comment-770</link>
		<dc:creator>Tommy Leung</dc:creator>
		<pubDate>Wed, 30 Jun 2010 19:01:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.smashworx.com/?p=232#comment-770</guid>
		<description>that looks right to me altho, I tend to pass in the movie itself and not the view and I remove the view with:

[theMovie.view removeFromSuperview]

I&#039;m using the same notification as you have there.</description>
		<content:encoded><![CDATA[<p>that looks right to me altho, I tend to pass in the movie itself and not the view and I remove the view with:</p>
<p>[theMovie.view removeFromSuperview]</p>
<p>I&#8217;m using the same notification as you have there.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
