Hallo, I have a simple application, which does contain UITabBarController with two UIViewControllers. Both UIViewControllers are portrait only (no rotation allowed). One UIViewController\'s UIView do
Can anyone please recommend a tutorial for MPMoviePlayerController. I need to play a video with the help 开发者_开发技巧of UIButton.Although this is not a tutorial, it shows some code to play video us
I have some audio and video files stored in a server. I need to play them, but I do not know the files stored in server supported by iphone to play,
I have subclassed MPMoviePlayerController... @interface CustomMoviePlayerController : UIViewController
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 never explicitly set the
I\'m working with the MPMoviePlayerController for the iOS platform and am not sure why the \"Done\" and \"Loading Movie...\" controls are not displaying automatically when loading a new video.
I\'m developing an interactive storybook type application for the iPhone and I\'ve recently encountered a frustrating 开发者_如何学运维bug concerning audio mixing on the device.
All, The Done button in MPMoviePlayerController dismisses the control in portrait mode. However, both the Done and Toggle full screen button become unresponsive when i rotate to landscape.
I\'m using MPMoviePlayerC开发者_运维百科ontroller to play different videos. However, when I change the video using setContentURL (I\'m just targeting OS 3.2 and above), I notice a white flicker.
Here i want to create a custom uislider which is similar to media player forward and backward ie programatically moving slider at a particular time interval.