0
SharePoint 2010 Webサイトでは、ビデオのストリーミングにjwplayerを使用しています。以下はJWPLAYERがIE11で動作していません
は、私は、SharePointに含まれるコードです:
<!-- 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>
はChromeとエッジの上に完璧な作業が、IE11で動作していません。私は次のエラーを取得するJavaScriptコンソールで