Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

f6100153

macrumors newbie
Original poster
Mar 6, 2012
1
0
Just trying to teach myself how to develop iPhone apps and until now I thought I was doing alright :rolleyes:

I have been trying to find a way to play a movie (m4v) file without it showing the status bar so that the user can't pause, fast forward ect….

Does anyone know what the best way to do this would be?
 
moveplayerpointer.controls = (it's a enum thing here, i think it's something like UIControlsNone)

Something like this
Code:
moviePlayer.controlStyle = MPMovieControlStyleNone;

Not sure, should test it out :)
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.