Reputation: 556
What is the mime type to accept file .f4v type in HTML 5?
I have tried "video/f4v" and "video/mp4" but they do not work.
Upvotes: 3
Views: 4921
Reputation: 18870
.f4v
is a Flash video file so it won't work with HTML5, only within a Flash video player. I suggest that you use something like Miro Video Converter to convert it to both MP4 and WebM and then you can use HTML5 video.
Upvotes: 1