Play sound on Android`s WebView
Is 开发者_JS百科there any way to play a sound on Android`s WebView?
audio tag is not implemented
You can use embedded Flash, but it won't work on devices that don't support Flash.
I just had a quick try with Javascript and HTML5 embedded sounds, and they didn't work for me in the Android 2.2 browser, but I may have done something wrong. Hopefully someone will be able to provide a better answer.
You could parse the content for the audio url, download it in the background and start a media player separately.
精彩评论