Tagged Questions
0
votes
2answers
534 views
mp4, 3gp, mpeg, mp3 streamed inside or outside of webview
Is there any confirmed solution to running mp4, 3gp or mp3 files via webView? I finally have my code working
public boolean shouldOverrideUrlLoading(WebView view, String url) {
if ...
0
votes
2answers
4k views
Is there a browser embedded player that can play 3gp, amr, mid, mp3 & wav
I want to play in my web site 3gp, amr, mid, mp3 & wav files
My web site should support Internet explorer 6 & 7,
It don't have to support mobile devices at all - only standard desktop IE ...