How to keep MPMoviePlayerController open after movie ended?
Posted
by redguy
on Stack Overflow
See other posts from Stack Overflow
or by redguy
Published on 2010-05-20T01:43:32Z
Indexed on
2010/05/20
1:50 UTC
Read the original article
Hit count: 378
If I use MPMoviePlayerController to play video in my iPhone app, it opens, loads the movie, plays it and then closes. Is it possible to force it to stay open after the movie finishes, so that user can replay it using its controls, instead of using controls in parent view? Also, is it possible to start MPMoviePlayerController in the paused mode?
thanks for any advice.
© Stack Overflow or respective owner