MP4 video on web site

nexgraphics

New Member
Hi, I have to know, OTHER than using YOUTUBE and VIDEO, OR FLASH - is there a way to get a 15 - second video that I have (m4v) file format onto my website so that all browsers can show it PLUS iphone, ipad, etc?

PLEASE ANY HELP appreciated - thanks much!

Lee
 

chrishirst

Well-Known Member
Staff member
is there a way to get a 15 - second video that I have (m4v) file format onto my website so that all browsers can show it PLUS iphone, ipad, etc?
Yes there is.
 

d a v e

New Member
lol chris you're such a tease - you know what he's asking - and i don't mean just what he's literally asking ;)
 

ronaldroe

Super Moderator
Staff member
Code:
<video src="video.m4v" controls="controls"></video>

Though, I'd caution that m4v is probably not going to work very well for the video format.
 

chrishirst

Well-Known Member
Staff member
.m4v are actually .mp4 files anyway, it's just iTunes on Windows and Apple devices that use the m4v extension, so you only need to change the extension to 'convert' them.
 

RDB

New Member
I would say you would be better using a either Youtube or Vimeo as previously stated. Or there is a dedicated video service provider called Wistia.
 
Top