开发者

Movie background iPhone SDK

开发者 https://www.devze.com 2023-02-23 17:01 出处:网络
I am trying create an application with movie background , I have a .mov video clip 开发者_JS百科which i want put it on background and overlay with buttonsand .... what is the best way to do so ? does

I am trying create an application with movie background , I have a .mov video clip 开发者_JS百科which i want put it on background and overlay with buttons and .... what is the best way to do so ? does MPMovieController good idea ?


I think you could use a MPMovieController. Then remove the controls (play, pause).

moviecontroller.controlStyle = MPMovieControlStyleNone;

Then make it so that it repeats.

moviecontroller.repeatMode = MPMovieRepeatModeOne;

Hope this helps!

0

精彩评论

暂无评论...
验证码 换一张
取 消