我在让 JW Player 自动启动任何 Internet Explorer 浏览器中颜色框模式中的视频时遇到问题。似乎播放器确实加载为带有 JW Player 水印的黑框显示。此外,水印会消失,就好像它认为它正在播放视频一样,但是它只是显示一个黑色块。好像视频文件没有正确加载
任何帮助将不胜感激,在此先感谢。
彩盒 HTML 内容的示例代码:
<!-- This contains the hidden content for inline calls -->
<div style='display:none'>
<div id='resRemote' style='padding:10px; background:#fff;'>
<h1>Remote Monitoring</h1>
<object width="368" height="207" type="application/x-shockwave-flash" data="swf/player.swf" id="player_resRemote">
<param name="movie" value="swf/player.swf" />
<param name="flashvars" value="file=/videos/remote.flv&controlbar=none&autostart=true" />
</object>
</div>
</div>
colorbox js内容的示例代码:
$(".resRemote").colorbox({width:"450px", inline:true, href:"#resRemote"});