Search code examples
iphonecocoa-touchvideompmovieplayercontrolleriad

Is it possible to play 2 video file simultaneously in the same view?


Is it possible to play 2 video files simultaneously in the same view?

I want to do have them both playing over half the screen, a little like this:

 _ _ _ _ _ _ _ _ _ _ 
|                   |
|                   |
|       VIDEO       |
|                   |
|_ _ _ _ _ _ _ _ _ _|
|                   |
|                   |
|      VIDEO        | 
|                   |
|_ _ _ _ _ _ _ _ _ _|

How would I go about accomplishing this?

Thanks :)


Solution

  • apple's document said:

    Although you may create multiple MPMoviePlayerController objects and present their views in your interface, only one movie player at a time may play its movie.

    so,you know...