I want to play a video in my app from youtube link e.g: http://www.youtube.com/watch?v=Uner-3tTY1I
.
But i don't want to redirect the user to any web view in the app. Just want to play that video in the video player in the current view of my application.
Is it possible to play the video without redirecting to UIWebView
? If possible, how can i do this? Thanks for the help in advance.