Hi,
I would like to know if I can play a video in UIView?
I want to play a video in a small UIView (say 100 x 100 ) which should be played automatically when the UIView loads
First I would say what I tried out ... It would be really helpful if the experts ( I am a 2 week old baby in IOS development & Obj- C) to confirm whether the route i am heading is right..
I created a UIWebView and and tried to embed a video in it using HTML video tag (html5)
For the UIWebview i set the allowInlineMediaPlayback to YES and mediaPlaybackRequiresUserAction to NO ... also in the HTML code, for the video tag, i used - webkit-playsinline
any help is much appreciated
I would like to know if I can play a video in UIView?
I want to play a video in a small UIView (say 100 x 100 ) which should be played automatically when the UIView loads
First I would say what I tried out ... It would be really helpful if the experts ( I am a 2 week old baby in IOS development & Obj- C) to confirm whether the route i am heading is right..
I created a UIWebView and and tried to embed a video in it using HTML video tag (html5)
For the UIWebview i set the allowInlineMediaPlayback to YES and mediaPlaybackRequiresUserAction to NO ... also in the HTML code, for the video tag, i used - webkit-playsinline
any help is much appreciated