The auto setting for the movie is landscape right so I have this code for the status bar
Code:
[[UIApplication sharedApplication] setStatusBarOrientation:UIInterfaceOrientationLandscapeRight animated:NO];
This will work unless I rotate it to portrait. When I do that, it won't go back to landscape when I re-rotate