MPMoviePlayerController with MPMovieControlModeHidden
Posted
by John
on Stack Overflow
See other posts from Stack Overflow
or by John
Published on 2010-04-30T00:21:21Z
Indexed on
2010/04/30
0:27 UTC
Read the original article
Hit count: 786
iphone
|iphone-sdk
Hi,
I am trying to hide the controls on a MPMoviePlayerController. Using:
moviePlayer.movieControlMode = MPMovieControlModeHidden;
Works fine on my 3GS and in the simulator, however on a 3G (running 3.1.3) it refuses to hide.
Any Suggestions?
Thanks, John
© Stack Overflow or respective owner