Javascript IInternet Explorer 7加载JW播放器时出现问题

Javascript IInternet Explorer 7加载JW播放器时出现问题,javascript,html,internet-explorer,jwplayer,Javascript,Html,Internet Explorer,Jwplayer,我创建了一个网站,并使用JW播放器播放视频。这些视频在chrome、Firefox和opera上播放得很好,但在InternetExplorer7和Android、iPad和iPhone等移动设备上播放得不好。有什么问题吗?我的密码在这里 <script type="text/javascript" charset="utf-8"> jwplayer("jwplayer-1").setup({ "flashplayer": "http://url.net/p

我创建了一个网站,并使用JW播放器播放视频。这些视频在chrome、Firefox和opera上播放得很好,但在InternetExplorer7和Android、iPad和iPhone等移动设备上播放得不好。有什么问题吗?我的密码在这里

<script type="text/javascript" charset="utf-8">

    jwplayer("jwplayer-1").setup({
        "flashplayer": "http://url.net/player/player.swf",
        "width": "660",
        "height": "420",
        "controlbar": "bottom",
        "dock": "false",
        "autostart": "false",
        "icons": "true",
        "playlist.position": "none",
        "playlistsize": "180",
        "repeat": "none",
        "shuffle": "false",
        "bufferlength": "1",
        "smoothing": "true",
        "stretching": "uniform",
        "wmode": "opaque",
        "mute": "false",
        "volume": "90",
        "plugins": "adtimage",
        "adtimage.graphic": "http://url.net/default_ad.png",
        "adtimage.link": "mailto:mail@gmail.com",
        "adtimage.positions": "pre,post",
        "adtimage.onpause": "true",
        "adtimage.txt": "Advertisement",
        "adtimage.btntxt": "Click to continue with video",
        "file": "http://url.net/music/private/File.flv",
        "image": "http://url.net/thumb.jpg",
        "provider": "video",
        "modes": [{
            "type": "html5",
            "config": {
                "streamer": "",
                "provider": "",
                "file": "private/File.flv"
            }
        }, {
            "type": "flash",
            "src": "http://url.net/player/player.swf"
        }, {
            "type": "download",
            "config": {
                "streamer": "",
                "provider": ""
            }
        }]
    });

</script> 

jwplayer(“jwplayer-1”)。设置({
“flashplayer”:http://url.net/player/player.swf",
“宽度”:“660”,
“高度”:“420”,
“控制栏”:“底部”,
“dock”:“false”,
“自动启动”:“错误”,
“图标”:“正确”,
“playlist.position”:“无”,
“播放列表大小”:“180”,
“重复”:“无”,
“洗牌”:“假”,
“缓冲长度”:“1”,
“平滑”:“真实”,
“拉伸”:“均匀”,
“wmode”:“不透明”,
“静音”:“假”,
“卷”:“90”,
“插件”:“adtimage”,
“adtimage.graphic”:http://url.net/default_ad.png",
“adtimage.link”:“mailto:mail@gmail.com",
“adtimage.positions”:“pre,post”,
“adtimage.onpause”:“true”,
“adtimage.txt”:“广告”,
“adtimage.btntxt”:“单击继续视频”,
“文件”:”http://url.net/music/private/File.flv",
“图像”:http://url.net/thumb.jpg",
“提供商”:“视频”,
“模式”:[{
“类型”:“html5”,
“配置”:{
“拖缆”:“,
“提供方”:“提供方”,
“文件”:“private/file.flv”
}
}, {
“类型”:“闪光”,
“src”:http://url.net/player/player.swf"
}, {
“类型”:“下载”,
“配置”:{
“拖缆”:“,
“提供程序”:”
}
}]
});
显示的错误是这个
FLVáonMetaDataduration@k“=p×宽度@”高度†€视频数据速率”framerate@7ùÜvideocodecid@audiodatarate@
和其他一些我不懂的东西

我更新了你的代码并删除了你的私人URL

我还补充说:

<script type="text/javascript" charset="utf-8">

charset属性仅适用于外部脚本(仅当src属性存在时才能使用) 我希望它能有用,D

<meta charset="UTF-8"/>
"width": "660px",
"height": "420px",