Windowed Video

2009-07-16 Thread Eric E. Dolecki
I would like to play a m4v from my bundle and I am using MPMoviePlayerController to do this. Works great. However in my view the designer would like the video to playback overlaid on top of a graphic of a television set. I don't seem to be able to do this with MPMoviePlayerController. How can I

Re: Windowed Video

2009-07-16 Thread Graham Cox
Add a QTMovieView as a subview of another view containing the TV set graphics. --Graham On 16/07/2009, at 10:15 PM, Eric E. Dolecki wrote: I would like to play a m4v from my bundle and I am using MPMoviePlayerController to do this. Works great. However in my view the designer would

Re: Windowed Video

2009-07-16 Thread Mike Abdullah
In fairness he did ask about MPMoviePlayerController which as far as I'm aware doesn't exist on the Mac. On 16 Jul 2009, at 15:19, Graham Cox wrote: Of course, because you didn't mention it, I didn't realise you were talking about the iPhone, which might not have QTMovieView like the Mac

Re: Windowed Video

2009-07-16 Thread Graham Cox
On 17/07/2009, at 1:02 AM, Mike Abdullah wrote: In fairness he did ask about MPMoviePlayerController which as far as I'm aware doesn't exist on the Mac. True, but I had to Google for it to find out it was an iPhone class - it could equally have been something third party as far as this

Re: Windowed Video

2009-07-16 Thread David Duncan
On Jul 16, 2009, at 8:08 AM, Graham Cox wrote: In the absence of any other info, suggesting QTMovieView seems reasonable - doesn't the iPhone have an equivalent? No. The iPhone SDK does not support playing a movie in a window. Enhancement Request would be the best way to go here. --

Re: Windowed Video

2009-07-16 Thread Andrew Farmer
On 16 Jul 2009, at 05:15, Eric E. Dolecki wrote: I would like to play a m4v from my bundle and I am using MPMoviePlayerController to do this. Works great. However in my view the designer would like the video to playback overlaid on top of a graphic of a television set. I don't seem to be