1
votes

I am using webview to play youtube videos. This is working fine. But I wanted to try this. How can I play the video from SD card in Webview using Iframe in android.

Any other possibilities are there to do this? Can I try any HTML5 video tag? Anyone can suggest me about this?

If I installed Flash Player of my device and enable such browser plugins then could I be able to play local videos from SD card inside webview?

1
Given that the question seems to be "shall I try an HTML video tag", and the accepted solution is "try an HTML5 video tag", I think this question can be marked as unclear or too broad. I am not sure exactly what help has been exchanged here, to be honest.halfer

1 Answers

0
votes

You can try to add custom HTML code to display in the webview and using HTML5 video tag you can acheive this task. Give it some try.