Tagged Questions
0
votes
1answer
345 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] ...