Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 IE8 上查看 MediaElement.js 中的视频时。单击全屏按钮不会使视频全屏显示。(也在 mediaelementjs.com 上尝试过)。但是单击标题“全屏”有效。这是一个不在位置的代码吗?
如果浏览器是 IE,则另一种解决方案是使用 Windows Media Player<object>而不是 HTML ,并将其用于其他浏览器。<video><video>
<object>
<video>
(对于带有 id Player 的 Windows Media Player,您可以通过以下方式访问全屏,Player.Fullscreen='True'请在使用前仔细检查)
Player.Fullscreen='True'