Video Playback - iOS 6

Video Playback from within an iOS 6 iPhone Application

This presents an overview of the MPMoviePlayerController class on how to play a movie within an iOS 6 iPhone application. The sole purpose of the MPMoviePlayerController is to play video content. It is initialized with the URL of the media to be played (either a path to a local movie file on the device or the URL of network based media). The movie player view is added as a subview of the current view, configured using a variety of properties and then displayed to the user.