IE 8 jwplayer在colorbox中

时间:2013-06-13 10:38:19

标签: internet-explorer-8 jwplayer

IE浏览器出错(8位模式下的IE 10) - 无法在IE 8中获取属性“SetReturnValue”错误

IE测试器中的错误null为null或不是IE 8中的对象

两者都在第1行中给出错误

jwplayer是从colorbox中的ajax请求加载的。

**播放器第一次工作但在彩色盒关闭时崩溃并出现上述错误

<div id="welcome-video" class="colorBoxInline" style="height:500px;width: 700px;">
    <div id='jw-video'>
    </div>
</div>
<script>
jwplayer('jw-video').setup({
file: "<?php echo $base_url;?>new_media/tutorial/welcome.mp4",
image:"<?php echo $base_url;?>new_media/tutorial/welcome.jpg",
width: 700,
height: 500
})</script>

0 个答案:

没有答案