¡@

Home 

2014/10/15 ¤U¤È 10:11:33

iphone Programming Glossary: mpc

Problem playing mov file in MPMoviePlayerController

http://stackoverflow.com/questions/7493860/problem-playing-mov-file-in-mpmovieplayercontroller

for an mp4 video NSURL url NSURL fileURLWithPath NSBundle mainBundle pathForResource @ intro_iphone ofType @ mp4 mpc MPMoviePlayerController alloc initWithContentURL url mpc setFullscreen YES animated NO mpc.shouldAutoplay YES mpc.view.backgroundColor.. mainBundle pathForResource @ intro_iphone ofType @ mp4 mpc MPMoviePlayerController alloc initWithContentURL url mpc setFullscreen YES animated NO mpc.shouldAutoplay YES mpc.view.backgroundColor UIColor whiteColor mpc.view.frame CGRectMake.. @ intro_iphone ofType @ mp4 mpc MPMoviePlayerController alloc initWithContentURL url mpc setFullscreen YES animated NO mpc.shouldAutoplay YES mpc.view.backgroundColor UIColor whiteColor mpc.view.frame CGRectMake 0.0f 0.0f screenSize.width screenSize.height..