
JW Player ver 5.9 not playing on Android phone
Website video will not play on an Android mobile phone. Video plays fine on the Apple iPhone , iPad and all desktop/laptop browsers. The JW Player version is 5.9.2118. The phone is a Samsung Galaxy S Blaze running the Gingerbread OS. Site is jameszotabaker.com and is currently accessed by UN: james and PW: tones97! . Host is Hostgator.
The video file extension is mp4, resolution 640 x 480 codec h.264/mpeg-4 AVC. Video resolution spec on the Android Blaze is 480 x 800. Flash is enabled on the Android.
The video pn the JWPlayer website: http://www.longtailvideo.com/players/jw-flv-player/
plays on the Android mobile phone fine (maybe that helps debug).
The HTML code is:
head:
<script type="text/javascript" src="jwplayer/jwplayer.js"></script>
body:
<div id="mediaplayer"></div>
<script type="text/javascript">
jwplayer("mediaplayer").setup({
flashplayer: "jwplayer/player.swf",
file: "jwplayer/JZBMontage.mp4",
height: 240,
width: 320,
image: "jwplayer/JZB Solo MT 2c.jpg"
});
</script>