我创建了一个网站并使用 JW Player 播放视频。这些视频在 chrome、Firefox 和 opera 中播放良好,但在 Internet Explorer 7 和 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>
显示的错误是这个
FLV à onMetaData duration@k“ =p£×width@”height@†€ videodatarate@±” framerate@7ùÜ videocodecid@ audiodatarate@
和其他一些我不明白的东西