Is there any movie that actually works in iPhone/iPad safari using the video tag? We tried so many formats and code snippets. I've heard that mp4/h264 should work, but not for us.
Can anyone point me to a working example online?
If you know the code or specs/formats for the videotag on iphone, that would be great.
Update:
Here is a link to the mp4 file we have: http://aino.se/media/207.mp4 Here is the latest code we tried:
<video width="480" height="270" controls autoplay>
<source src="http://aino.se/media/207.mp4" type="video/mp4">
</video>
Works great in Safari/Chrome but no show in iPhone/iPod