我想在IOS設備中播放mp4視頻。但我不能。請指導我。我是編程新手。如何使用jwplayer在IOS設備上播放mp4視頻
這裏是我的代碼...
jwplayer('myElement').setup({
file: "http://images3a.snapfish.com/375433589%7Ffp734%3B7%3Exlfhq%3E26%3A6%3D697%3D36%3C%3D35%3B569727%3B3470pr7",
'width': '560',
'height': '240',
'file': '/music/audio.mp3',
'controlbar': 'bottom'
});
任何formate都適合我(flash,html5)。我的目標是'使用JW播放器在IOS設備上播放mp4視頻' – billa