Re: MPMoviePlayerController Fast forward

2011-07-29 Thread Heath Borders
You could do key-value observing on currentPlaybackRate. http://developer.apple.com/library/ios/#documentation/mediaplayer/reference/MPMediaPlayback_protocol/Reference/Reference.html#//apple_ref/occ/intfp/MPMediaPlayback/currentPlaybackRate -Heath Borders heath.bord...@gmail.com Twitter: heathbor

Re: MPMoviePlayerController Fast forward

2011-07-29 Thread Matt Neuburg
On Thu, 28 Jul 2011 15:06:29 -0400, Steve Kostrey said: >I've implemented MPMoviePlayerController (iPhone/iPad) and I'm playing videos >without trouble but I'm not sure how to receive an event from the Fast forward >overlay button. >I've tried everything the documentation suggests about remote c

MPMoviePlayerController Fast forward

2011-07-28 Thread Steve Kostrey
I've implemented MPMoviePlayerController (iPhone/iPad) and I'm playing videos without trouble but I'm not sure how to receive an event from the Fast forward overlay button. I've tried everything the documentation suggests about remote control but I'm not sure that's the way. I've tried the foll