
HTML5 Player works in web browsers, but not on iPhone
I'm testing the HTML5 player beta, and it appears to work fine in Firefox, Safari, etc., however, when accessing with an iPhone 3G, I see a gray box with quicktime symbol in lower right corner and the play button has a circular cross symbol on top of it.
Any ideas?
Code source:
===========
<script type="text/javascript" src="/inc/jwplayer5/jquery.jwplayer.js"></script>
<script type="text/javascript">
$('#myplayer').jwplayer({
flashplayer:'/inc/jwplayer5/player.swf',
skin:'/inc/jwplayer5/five/five.xml'
});
</script>
<video tabindex="0" id="myplayer" src="/assets/H3S4.mp4" width="480" height="270"></video>
============
Again, it plays fine in FF/Safari (fallback possibly?), but not when viewing page with iPhone.