【发布时间】:2015-01-07 10:40:03
【问题描述】:
在我的网络应用程序中,我必须嵌入 youtube 视频,因为我正在使用 iframe。它在 html5 播放器中的 chrome 中正常工作。但是当我在 Mozilla Firefox 中尝试时,视频会在 Flash 播放器中播放。如何强制 Mozilla 在 html 播放器中打开视频。我正在使用 Mozilla 版本 36。请帮助我。
使用的代码::
<iframe type="text/html" width="100%" frameborder="0" allowfullscreen height="315" src="http://www.youtube.com/videoLink">
You are using an outdated browser ! please upgrade
</iframe>
【问题讨论】:
标签: javascript html firefox youtube flash