Saturday 31 August 2013

Hi Team,

When Video url is playing in a webview then how can we detect whether the video has been started or not?
If you have any idea please suggest me.

1 comment:

  1. We can know whether a webview is loaded or not through delegate methods.But to know whether a video is playing or not,you need to integrate Youtube API (if the url belongs to you tube).

    Pls check , it may help.
    http://stackoverflow.com/questions/8518719/how-to-receive-nsnotifications-from-uiwebview-embedded-youtube-video-playback

    ReplyDelete