The movieplayer tag has no wiki summary.
7
votes
1answer
347 views
Best way to repeat a scene in a video with MPMoviePlayerController in iOS 5?
I would like to reiterate several scenes from a video several times.
In iOS 4, I could implement it already and it works. In iOS 5, the code no longer works the same way.
Here's an example:
Scene 1: ...
5
votes
1answer
345 views
Is it possible to play a video on iPhone and have a subtitles synchronized with it show up?
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, volume ...
2
votes
0answers
213 views
How to catch the event the button “DONE” was pressed in a webplayer under iOS 4.3?
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.
Previosly under iOS<=4.2 the ...
2
votes
1answer
2k views
Android video intent: Control back button?
I'm working on an android application that plays video, by using an intent:
tostart = new Intent(Intent.ACTION_VIEW);
tostart.setDataAndType(Uri.parse(movieurl), "video/*");
startActivity(tostart);
...
2
votes
1answer
2k views
sample code MoviePlayer problem
i have post this question before but cannot get a answer so i post it again.is about the MoviePlayer sample download from iphone developer site, when i press the Done button come with the movie player ...
1
vote
2answers
2k views
Apple iOS XCode MoviePlayer sample doesn't work
I wish I could have found this solution when I googled every possible combination of these words.
Did you, like me, think you could download Apple's Movieplayer sample, click Build and Run and see a ...
1
vote
1answer
523 views
Frame Animation or Movie file for short interactive “movie” Android Application
In it's simplest explanation, I'm making a really small "interactive movie" app on Android.
In a nut shell, when the app is loaded, it will play a short movie (maybe a few seconds at most @ ...
1
vote
0answers
3k views
Multiple MPMoviePlayerViewController fullscreen movie init & switching issue - Fullscreen View doesn't autorotate and minor similar issues
This is my first post at SO. I would like to thank all of the SO users, their contribution have helped me a lot in all of my projects. I am new to the iPhone Application development scene.
Aim of ...
1
vote
1answer
333 views
Looking for a component (.NET or COM/ActiveX) that can play AVI files in a WinForms app
I'm looking for something like the Windows Media Player control that can be hosted on a form.
The WMP doesn't work for me because I need a control that can play a continuously-appended playlist of ...
0
votes
1answer
78 views
iPad - Custom Movie Player Like GQ Magazine App
I'm developing an iPad magazine App.
While researching other apps I thought the GQ one was the best.
I would like to implement a similar custom movie player in my app. It would include a Play ...
0
votes
0answers
25 views
MoviePlaycontroller
Do you know how to stop a movieplayer in middle,I am able to doing this on self performselector but if we can access slider/seek bar than whole movies play.i have to stop also from slider/seek. Not ...
0
votes
0answers
116 views
setContentURL doesn't work for MPMoviePlayerViewController
I'm trying to make MPMoviePlayerViewController play a succession of videos in my application. I want it to start with the button press and play the first video. When the user does swipe gesture on ...
0
votes
0answers
333 views
how to get NSNotification for the movieplayer that is opened from the UiWebView?
I have a UiWebView inside which I open m.youtube.com and when I click one of the Youtube videos, it plays that video in a movieplayer. My requirement is this: I would like to handle the Pause/Play ...
0
votes
1answer
236 views
mpmovieplayercontroller issue
one small issue in my movieplayer..![movieplayer shows like this]
1: http://i.stack.imgur.com/WujxB.png but i want to show as below screenshot
mycode:
moviePlayerController = ...
0
votes
1answer
364 views
How to add an intro movie to my app?
I have a quicktime movie that I would like to appear when the user starts my app. How can I do this?
0
votes
1answer
333 views
After dismissing Modal View Controller
I found "Modal View Controller" could have some changes in iOS4. Because, I used the example code below
...
0
votes
1answer
254 views
Video only play sound when I moved from OS 3.x to 4
Well.. basically that's what 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.
This is the relevant part of ...
0
votes
1answer
169 views
Movieplayer doenst rotate anymore when I used setControlStyleNone
I added this to my code when im initializing the movie
[m_pMPmpc.moviePlayer setControlStyle:MPMovieControlStyleNone];
where m_pMPmpc is an MPMoviePlayerViewController
It worked fine but then I ...
0
votes
1answer
227 views
customizing the screen of Movieplayer in iphone
I've few doubts regarding movie player app
1.can anyone tell me how to customize the screen size. I want only video or movie to be played only to half the screen and I want to add custom controls ...
0
votes
2answers
695 views
How does overlayViewTouched notification work in the MoviePlayer sample code
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 ...
0
votes
1answer
422 views
I use the example named MoviePlayer from SDK 3.0, but it sometimes crashes
I use the example named MoviePlayer from SDK 3.0, but it sometimes crashes.
PS: I never change any code.
Question 1:
My enviroment:
lan media server:10.0,0.118
I enter an MP4 address:
...