0
SharePoint 2010 웹 사이트에서 일부 비디오 스트리밍을 위해 jwplayer를 사용하고 있습니다.JWPLAYER가 IE11에서 작동하지 않습니다.
<!-- JW Player Library -->
<script src="http://jwpsrv.com/library/MCK8hplLEeOY0CIACmOLpg.js"></script>
<div id='playerKXSDPIwKERSb'></div>
<!-- Script to display video file in the player div -->
<script type='text/javascript'>
jwplayer('playerKXSDPIwKERSb').setup({
// URL to the video file
file: 'http://localhost/SiteAssets/Pages/testvideo/video.mp4',
// URL to the image that should be shown before the video is started
title: 'Video',
width: '50%',
aspectratio: '16:9'
});
</script>
하는 크롬과 가장자리에 완벽하게 작동하지만, IE11에서 작동하지 않습니다 : 아래
내가 셰어에 포함 된 코드입니다. 나는 다음과 같은 오류를 얻을 자바 스크립트 콘솔에서 :