Embed video for play on iPhone? -


does have experience embedding .m4v movie files webpages playback on iphone? i'm trying create site optimized iphone, , includes video, can't video play - grey play arrow line through it.

the markup i'm trying use embedding this:

<embed width="199" height="159" type="video/x-m4v" href="http://www.samplesite.com/motion/mymovie.m4v" src="http://www.samplesite.com/motion/mymovie.jpg"/> 

<embed> old school

use html5's <video>

iphone supports it

<video width="199" height="159" src="http://www.example.com/mymovie.m4v" /> 

Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -

openssl - Load PKCS#8 binary key into Ruby -