Tagged Questions
0
votes
0answers
18 views
Integrate iTunes Movie and Video rental into our iPhone app
Is it possible to implement iTunes Movie Rentals and purchases in our own app ?
If yes any resource will be of great help.
Thanks
0
votes
1answer
368 views
how to load multiple local files with the AVFoundation
I wish to use the AVFoundation to load and play movie files. The first problem I have is attempting to load multiple local files. The code I found only allows me to load one. If I call the method ...
0
votes
2answers
2k views
Loading Multiple Movies in iPhone MPMoviePlayerController
-(void)initAndPlayMovie:(NSURL *)movieURL
{
// Initialize a movie player object with the specified URL
MPMoviePlayerController *mp = [[MPMoviePlayerController alloc] ...