我正在使用以下数据在WebView
中显示。这些是HTML标签以及涉及视频的iframe。无法使用iframe标签在WebView内播放视频?
现在的问题是,当我点击它,它显示播放按钮,但无法播放视频。
我可以在WebView
以内播放此视频吗?
<p></p><P> because of Jon’s pro-growth, business-friendly policies,&nbsp;Utah's economy expanded at more than triple the national rate and was named the best state for business by&nbsp;<EM>Forbes.</em><BR /><BR /><IFRAME height=241 src="http://player.vimeo.com/video/25349114" frameBorder=0 width=425></iframe></p><br />
<P>America needs a dose of the same medicine. Today, our nation has the second highest corporate tax rate in the developed world. We have convoluted and confusing regulations.
<!--break--><!--break--><p></p>
当我尝试在android浏览器中运行此url时,它会打开videoview并完美播放该文件,但为何不在iframe中? http://player.vimeo.com/video/25349114
哪种方法您使用的是加载此字符串中的WebView? – dhuma1981