Strange behavior with MPMoviePlayerController when changing volume programmatically

In my application, I am modifying volumes using the volume property MPMoviePlayerController (for fade in and out effects, leaving it still playable).

Sometimes, sporadically, when you change the volume, the volume display (what you see when you use the volume buttons on the side of the iphone) will flicker and disappear. Is there a way to prevent this?

+2


source to share


1 answer


I have a similar problem. I am using MPVolumeView in a view and MPMoviePlayerController in another view. When I assign MPMoviePlayerController, play the video and then return to my audio player with MPVolumeView which is displayed but not prior to using MPMoviePlayerController.



Thierry

0


source







All Articles