I\'m trying to play a video file from the resource folder on iPhone with iOS 4.1. The MPMoviePlayerViewController displays the view but it only says \"Loading Movie...\" forever with the activity indi
I have managed to make my app play a video, but I am a beginner and I don\'t know how to code that well, I can\'t figure out how to hide the video controls. I couldn\'t find out how to from the Intern
I\'m using MPMoviePlayerController to play a video. The video view is of size 320 pixels and 200 pixels in width. I\'m successfully playing the video.
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only开发者_高级运维 b
I am playing a video by default in full screen according to this: Play video by default in full screen
I use MPMoviePlayerViewController to play some videos form the internet. When the user presses home button and the app goes in background, the iphone still downloads a lot of information.
i am streaming a video from a server, it works perfectly using MPMoviePlayerViewController. but the problem is that if the size of the video is too big a white screen will show before the MPMoviePlaye
This question already has answers here: 开发者_JAVA技巧 Closed 11 years ago. Possible Duplicate: How to apply black and white effect to a color video in iOS
I followed this tutorial, and included a video player in my app. But the problem is that i want to hide the controls, and be able to dismiss the video on screen touch.
Here in my code playerPlayBackDidFinish is not called upon clicking the nextbutton and backButton on TopBar. but it is called when the video file is played completly, please help if anybody know...