how to play a video in iPhone sdk using MPMoviePlayerViewController,here i capture video through device and save that particular video in documents directory .
please tell me any one….
how to play a video in iPhone sdk using MPMoviePlayerViewController,here i capture video through
Share
Get Document Directory Path:
Then you can use any of the directory listing APIs of NSFileManager.
Now You have all contents at Directory Path (all videos stored) in array
Use MovieControllerPlayer instance to play url:
Hope useful.