insert View in MPMoviePlayerController
I want to insert a view on top of a MPMoviePlayerController,
but behind the video controller (play, pause, next, previous buttons)
Apple's sample app (MoviePlayer on iPhone) does overlaying on top of everything, which is what i have as well.
Is there a way to insert the overlayview on top of the video, but behind the controller?
or is there a notification of when the video controller is displayed?
Thanks in advance...
|