I'm having difficulty getting video to play in landscape at launch.
My app supports all interface orientations in the plist file. If I start a view controller at launch then the app loads in the correct orientation.
However if I start a video the orientation is fixed in portrait at startup.
How can I get around this? [UIApplication statusBarOrientation] always reports that the app is in portrait on launch so I don't really know what else I can do.
Cheers Niall