我想在所有浏览器中播放视频。我的下面的代码在chrome
和firefox
中正常工作,但在IE8或更低版本中无效。
空白页面没有错误。此外,我还需要你的建议来改进TABLET,所有浏览器,IPHONE以及MAC上的代码。
是否有任何建议可以提高所有IE的性能。
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Demo</title>
<meta name="description" content="">
<meta name="author" content="">
<title>
Demostration of ektuhi video
</title>
<script src="http://jwpsrv.com/library/irhCxKvuEeKSqiIACpYGxA.js"></script>
<style type="text/css">
html,body { height:100%; width:100%; padding:0; margin:0; }
#player {
height:100%;
width:100%; padding:0; margin:-3px;}
</style>
</head>
<body>
<div id='my-video'></div>
<script type='text/javascript'>
jwplayer('my-video').setup({
flashplayer: 'player.swf',
file: 'http://content.bitsontherun.com/videos/bkaovAYt-364766.mp4',
image: 'http://www.longtailvideo.com/content/images/phoenix/download_video_preview.png',
width: '100%',
height: '100%',
stretching: 'exactfit'
});
</script>
</body>
</html>
答案 0 :(得分:1)
删除此行:
flashplayer: 'player.swf',
JW6不需要。