mpmovieplayercontroller
MPMoviePlayerController perfectly works with Ios 4.0 but not working in 4.2
I have implement the MPMoviePlayerController it perfectly working in ios 3.2 and 4.0 but not in Ios 4.2.[详细]
2023-03-15 11:30 分类:问答Why is this app crashing? I'm trying to play a short intro movie before the app is loaded
In my app I have a short movie that I want to play before the the menu is loaded. I\'ve written a few lines of code. The app works well but when I close it on the simulator or on my iPad Xcode reports[详细]
2023-03-15 04:36 分类:问答iOS 4.2.1: Video files not being played by MPMoviePlayerController on iPod Touch
I\'m using the MPMoviePlayerController with my App. It works fine both with the XCode simulator and the device (iPod Touch with iOS 4.3.1), but when running the App in XCode\'s Debug Mode on an iPod T[详细]
2023-03-15 01:40 分类:问答MPMoviePlayerController view not resizing
I\'m working with an MPMoviePlayerController which renders its UIView to the right dimensions on landsca开发者_Go百科pe, but when rotating to portrait it is simply not resizing. I think it\'s parent U[详细]
2023-03-14 22:31 分类:问答MPMoviePlayerController not showing controls until video is loaded
I\'ve an application based on iOS4, with a: MPMoviePlayerController and this settings: moviePlayerController.movieSourceType = MPMovieSourceTypeStreaming;[详细]
2023-03-14 08:08 分类:问答MPMoviePlayerViewController to stream Mp3's
I am trying to stream an mp3 using MPMoviePlayerViewController. I realize this was (obviously) meant to be used for movies, but I read that I could use it to stream mp3\'s as well.[详细]
2023-03-14 04:56 分类:问答Asynchronous MPMoviePlayerController load has no duration value
I assume that the initWithContentURL: method is not asynchronous.I added the following methods to do the load in the background and then assign the temporary player to my variable.[详细]
2023-03-14 01:34 分类:问答MPMoviePlayerController thumbnail images issue
We have a http live streaming开发者_JS百科 running on our iOS app. We want to get thumbnail images every 1 minute. I tried using MPMoviePlayerController methods[详细]
2023-03-13 19:11 分类:问答MPMoviePlayerController not updating cookies that are modified via NSHTTPCookieStorage
I\'m developing an iPad application where we have to periodically add/update/delete cookies while MPMoviePlayerController is playing an Adaptive Stream. Everything is working perfectly on the simulato[详细]
2023-03-12 22:50 分类:问答iOS: MPMoviePlayerController Done button doesn't work
I am adding an MPMoviePlayerController to a view like so: player = [[MPMoviePlayerController alloc] initWithContentURL:url];[详细]
2023-03-12 22:42 分类:问答
加载中,请稍侯......