I am trying to stream some video when the user presses a row in the tableView. I am using iOS 4.2 and when I press on a row I get sound but the tableview does not push away and you can\'t see the vide
I\'m using cocos2d and i want to play a movie. I\'ve created a CCLayer subclass and reimplemented it\'s init method 开发者_运维百科like this:
I have been trying to set the frame of the MPMoviePlayerController. But the app is crashing at the line player.view.frame = CGRectMake (0,0,480,320); in iOS 3.1.3 but works fine on iOS 3.2 or greater.
I\'ve built an app that uses a UITableView inside a UINavigationController, inside a UITabBarController. Every entry in the UITableView opens up a view that contains some basic text, buttons, but most
I\'ve some trouble wit开发者_开发百科h audio streaming using MPMoviePlayerController. I want to know if it\'s possible to save the data streaming info to a file while MPMoviePlayer is playing that fil
I have an app that is portrait mode only, but when the user plays a video I want it to play in fullscreen landscape mode (the video player doesn\'t look good in portrait mode). I\'m playing it like th
Any one know how to keep the MPMoviePlayerController visible while the movie is loading. Or before the movie is ready to play?
I am using MPMoviePlayerController (for an iOS 4 app) in order to play some remote mp3 files. When I add the view like that:
Just posting a question to the world... My app is currently setup to play video files.The app is setup to play .mov files and when tested on a 3GS, iPhone 4, and an iPad, it works great.But when playi
HELLO. I\'m using a MPMoviePlayerController in my iPhone app to display some short video clips sometimes. There are some buttons in the app mainView . When I press the button, the movie will be play.