javascript - jwplayer video not working in IE9 normal mode -
i'm having problem jw player not working in ie9 normal mode. when try play video in ie9 normal mode, display error message this;
error loading media: file not played
but working in ie9 compatibility mode , in other browsers.
my script this;
<div id="myelement">loading player...</div> <script src="/jwplayer/jwplayer.js"></script> <script>jwplayer.key="key="</script> <script type="text/javascript"> jwplayer("myelement").setup({ width: '520', height: '293', playlist: [{ image: "/video/image.png", sources: [{ file: "/video/video-640x360.m4v", label: "360p", width: '640', height: '360' },{ file: "/video/video-1280x720.m4v", label: "720p", width: '1280', height: '720' }] }], modes: [ {type: 'flash'}, {type: 'html5'}, {type: 'download'} ] }); </script> is problem of flash player? suggestions ?
please me, , regards,
arun
Comments
Post a Comment