Playing a video in UIView( subview )

482 Views Asked by At

Is it possible to play the video in uiview's subview (popup) on the same screen only not by using the iPhone video player which player the video in full screen mode.

Any help would be appreciated.

Thanks,

1

There are 1 best solutions below

0
On

Insert a HTML5 video tag into UIWebView, then subview it into UIView. I can guarantee that it works for Youtube videos.