I wanted to customize an MPMoviePlayerController to add more control to a video player. I can add extra controls but the top buffering control is removed. How can I make it visible?
A:
Did you try this "code sample" from the iPhone Reference Library: https://developer.apple.com/iphone/library/samplecode/MoviePlayer_iPhone/index.html?
Ariel Malka
2009-01-21 08:25:59
it has some big bugs.
mxg
2010-01-12 10:29:53
A:
Thanks for your reply. I went through that application
Am able to see the label button without the top buffering bar actually i am able to add my own control but the top buffering bar is missing. And when i tap on video the top control as well as build in control panels are displayed.
Do u have any idea about this?