views:

36

answers:

2

Hi, is there a way to play multiple movieplayer-view at the same time? I´ve tested that with 3 different buttons which loads a video in there own view. But only one instance is playing at the same time. The other videos stops playing. Is that true or did i something wrong? Is that possible?

Thanks

+2  A: 

From the MPMoviePlayerController documentation:

Note: 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.

Franci Penov
this is a correct answer and should be accepted too.
Fossli
A: 

@Franci: Ok thanks. I didn´t see that.

But sure you all know the ipad App "The elements" where different kinds of elements can spin 360 degrees and interact with that. Can someone explain which technic is used for that?

geforce