ALMoviePlayerController icon indicating copy to clipboard operation
ALMoviePlayerController copied to clipboard

The player stop and show loading.

Open yothin opened this issue 10 years ago • 0 comments

When player stay under the modal view controller then player stop and show loading how to continue play video when dismiss modal view?

        if (self.moviePlayer.playbackState == MPMoviePlaybackStatePlaying) {
          [self.moviePlayer pause];
     }

InfoViewController *infoView = [[InfoViewController alloc] initWithVideo:param];
        [self presentViewController:[[UINavigationController alloc] initWithRootViewController:infoView] animated:YES completion:nil];

Thank you Yothin.

yothin avatar Feb 25 '14 07:02 yothin