Hello i am new to objective - c
I'm having a problem with the UIWebView
and MPMoviePlayerController
: My UIWebView
has a movie inside the html (it's a local html file), I'm using html5 and a video tag for the video.
I want a notification when video starts or stops in UIWebView
....
I have tried using MPMoviePlayerPlaybackDidFinishNotification
, but it doesnt fire ...
I have also tried to make the my main UIViewController
's view a view of my own, and intercept -didAddSubview:
and -willRemoveSubview:
. but with no sucess...
Does any body know how to get notification from uiwebview
??