¡@

Home 

2014/10/15 ¤U¤È 10:12:42

iphone Programming Glossary: playercontroller

MPMoviePlayerController repeat mode not working in viewDidLoad

http://stackoverflow.com/questions/10489741/mpmovieplayercontroller-repeat-mode-not-working-in-viewdidload

NSURL fileURLWithPath NSBundle mainBundle pathForResource @ Space Particle ofType @ mp4 MPMoviePlayerViewController playerController MPMoviePlayerViewController alloc initWithContentURL url self presentMoviePlayerViewControllerAnimated playerController.. MPMoviePlayerViewController alloc initWithContentURL url self presentMoviePlayerViewControllerAnimated playerController playerController.moviePlayer prepareToPlay playerController.moviePlayer.movieSourceType MPMovieSourceTypeFile playerController.moviePlayer.controlStyle.. alloc initWithContentURL url self presentMoviePlayerViewControllerAnimated playerController playerController.moviePlayer prepareToPlay playerController.moviePlayer.movieSourceType MPMovieSourceTypeFile playerController.moviePlayer.controlStyle..

iphone MPMoviePlayerViewController CGContext Errors

http://stackoverflow.com/questions/13203336/iphone-mpmovieplayerviewcontroller-cgcontext-errors

UIKit.h #import MediaPlayer MediaPlayer.h @interface MovieViewController UIViewController MPMoviePlayerViewController playerController IBAction playMovie id sender .m file @interface MovieViewController @end @implementation IBAction playMovie id sender NSURL.. playMovie id sender NSURL url NSURL fileURLWithPath NSBundle mainBundle pathForResource @ moviename ofType @ mp4 playerController MPMoviePlayerViewController alloc initWithContentURL url self presentMoviePlayerViewControllerAnimated playerController.. MPMoviePlayerViewController alloc initWithContentURL url self presentMoviePlayerViewControllerAnimated playerController playerController.moviePlayer.movieSourceType MPMovieSourceTypeFile playerController.moviePlayer play playerController nil..