views:

2606

answers:

2

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
it has some big bugs.
mxg
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?