我正在使用JW播放器嵌入我的視頻http://www.longtailvideo.com/players/ 我的視頻沒有在Ipad或Iphone上播放,我幾乎覺得HTML5視頻標籤有問題。視頻只是黑色。代碼嵌入在divJW播放器IPAD黑屏
<div id="jwplayer-1"></div>
<script type="text/javascript">
jwplayer('jwplayer-1').setup(
{"flashplayer":"<?php echo $jwplayer_folder; ?>/player.swf",
"width":"550",
"height":"500",
"controlbar":"bottom",
"icons":"true","playlist.position":"none","playlistsize":"180","repeat":"none",
"shuffle":"false","bufferlength":"1",
"smoothing":"true",
"stretching":"uniform",
"wmode":"opaque",
"mute":"false",
"volume":"90",
"skin":"<?php echo $jwplayer_folder; ?>/skins/whotube.zip",
"dock":"false",
"autostart":"false",
"file":"http://www.longtailvideo.com/jw/upload/bunny.mp4",
"image":"<?php echo $image_slug; ?>",
});
</script>
一切工作的閃速結束精細它播放視頻上的任何正常的瀏覽器,但在iPad上的視頻也無法播放。我知道,因爲我使用此代碼的權利下的視頻和它的作品是不是編碼問題,或者什麼...
<video width="320" height="240" controls="controls">
<source src="<?php echo $video_slug ?>" type="video/mp4" />
<source src="movie.ogg" type="video/ogg" />
Your browser does not support the video tag.
</video>
任何想法或想法,我已經試過各種我想這大概是我正在塞汀方式在設置方法上使用JW播放器?
謝謝!
宇都加載安裝()方法不正確的屬性,請查看我的答案以獲取正確的代碼。 –