I have a movie file that does work. I added a tableview controller inside a nav controller, inside a tab view controller, and when a user clicks on the table view ...
Can anybody explain me how to play video in portrait mode in iphone device. It will be very helpful to if you provide some sample code for referance. Thanks in advance.
...
My application is in landscape mode and I use MPMoviePlayerController to play an sample video. It works fine but when I stop the video with the OK button (or if I ...
It's my understanding that MPMoviePlayerController movies must play in landscape orientation because the "setOrientation:" function is private API. Well, it occurred to me that if I were to rotate the video ...
hey,
i have a requirement where i need to display a video at the center of the iPhone screen inside a frame.
Is there any way to do this using the basic MPMediaPlayer?
I ...
I am creating a movie appliction in iphone/ipod .i have added a video to it . when i run it in simulator it runs properly in portrait mode.But when i run ...
I am using AlAssetsGroup enumerateAssetsAtIndexes to list the assets in the Photos (Camera) app. For a given video asset I want to determine whether it was shot in portrait or landscape ...
I am using MPMoviePlayerController to play a movie. The movie starts in portrait mode (as that's the only mode the app uses) and stays there even if the device is rotated. ...
I'm having a very simple app developed for iPhone/iPodTouch/iPad. It's done with the exception of an orientation issue. I need to lock the app's main menu in portrait orientation. When the ...
I start my application in landscape on my simulator. But when I start playing video, simulator rotates in portrait(the video is for landscape), then go back to the menu and simulator ...