When I press “DONE” while playing movie using MPMoviePlayerController which view will get displayed?

Ideally if your code is correct, pressing the Done button on MPMoviePlayerController object would close the MPMOviePlayerController and return to the controller which invoked it (which in your case is the detail view).

Ideally if your code is correct, pressing the Done button on MPMoviePlayerController object would close the MPMOviePlayerController and return to the controller which invoked it (which in your case is the detail view) You do not need to do anything in the movieDidFinishCallback except maybe release the movieplayer object.

Lets say that the MPMoviePlayerController got created by a UIWebView. How would you get at the "Done" button then? (It doesn't follow in the usual UIWebViewDelegate).

– David Sowsy Jan 30 '10 at 0:46.

(void)myMovieFinishedCallback:(NSNotification*)aNotification { MPMoviePlayerController* theMovie = aNotification object; theMovie. InitialPlaybackTime = -1.0; }.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions