How do I catch the MPMoviePlayer next button click event while in fullscreen mode on the iPad?
When the MPMoviePlayerViewController is in fullscreen mode on the iPad, it defaults to having its controls to have a previous and next button on the overlay there. In my project I need to capture the click for that overlay button and handle it accordingly. Since I'm not sure how to invoke a playlist just yet there is no next item and clicking on the button breaks the view once I exit fullscreen mode. Somehow it just doesn't know what to do and I get no errors. What I would like to know is if there a way to listen/catch that event from the fullscreen next and previous buttons? I have also tried