IPHONE MPMoviePlayer: Playing video under button layers that can be interacted with while video play
Posted
by nicholas
on Stack Overflow
See other posts from Stack Overflow
or by nicholas
Published on 2009-11-26T01:47:59Z
Indexed on
2010/05/01
11:37 UTC
Read the original article
Hit count: 499
I would like to have layers of buttons over video playing in the background on my IPHONE application. Basically, I'm looking to adjust the Movie Player code, in order to allow the application user to tap on different portions of the screen while a video plays and call other commands (for example a video of puppets talking, if you touch one of the puppets, the video pauses and a second (smaller) window appears with a list of information about that puppet; when you exit that list, the video continues where it was paused).
© Stack Overflow or respective owner