开发者_开发技巧Apple has changed the behavior of the movie player under WebView in iOS 4.3. When I touch \"DONE\" button during the playing, it just zooms out and stays on the page.
I want to add a \"subtitles\" to a video played in an iPhone app. I don\'t want those subtitles encoded into the video itself - ideally I\'d love to have a view showing the video (with pause, play, vo
In it\'s simplest explanation, I\'m making a really small \"interactive movie\" app on Android.开发者_Go百科
Well.. basically that\'s wh开发者_StackOverflowat happens, when I play a movie from a game I have, only the sound plays, the video doesn\'t, showing a black screen, even the touch is disabled.
I added this to my code when im initializing the movie [m_pMPmpc.moviePlayer setControlStyle:MPMovieControlStyleNone];
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have a question regarding the MoviePlayer sample code provided by apple. I don\'t understand how the overlayViewTouch notification works. The NSlog message I added to it does not get sent when I tou