ipad - IOS 3.2 MPMoviePlayerControler Controls do no disapear as advertised -
I was having trouble getting the MPMoviePlayerController controls disappearing. I tried to do this via:
... MPMoviePlayerController * mplayer; [Emplier setcentol style: MPMVE control styling]; ...
The problem is that the controls appear for a brief second. I do not want to make my app unprofessional, so that they completely disappear which I want to do for it. There is a suggestion for this problem, but I was not doing this work in my tests. I also tried the old way to solve it, but in this case any effect either
mplayer.movieControlMode = MPMovieControlModeHidden; // old var
If someone can point me out how to solve this, it would be greatly appreciated!
Thanks in advance!
Best regards,
zhengtonic
if If anyone is interested then you are using the MPMoviePlayerViewController to do this not just use MPMoviePlayerController and do not know why it works ...
Pip on #iphonedev Thanks a lot for who gave me the tip.
Best regards,
zhengtonic.
Comments
Post a Comment