MPMoviePlayerController fullscreen movie inside a UIWebView
Posted
by Wakazors
on Stack Overflow
See other posts from Stack Overflow
or by Wakazors
Published on 2010-04-27T03:55:14Z
Indexed on
2010/04/27
15:23 UTC
Read the original article
Hit count: 685
Hi, I'm having a problem with the UIWebView and MPMoviePlayerController: My UIWebView have a movie inside the html (it's a local html file), I'm using html5 and a video tag for the video. The problem is: the user can set the video to play inline, directly on the html or he can tap the fullscreen button, but I need to know if the video is playing fullscreen.
I've tried to use MPMoviePlayerDidEnterFullscreenNotification but with no success.
Does anybody know how to get this notification from the webview?
Thanks in advance
© Stack Overflow or respective owner