HTML5 MIME type for f4v
What is the mime type for receiving a .f4v file type in HTML 5?
I've tried "video / f4v" and "video / mp4" but they don't work.
+3
Dru
source
to share
2 answers
Using "video / x-f4v" solved it for me.
+4
Dru
source
to share
.f4v
is a Flash video file, so it won't work with HTML5, only inside a Flash video player. I suggest you use something like Miro Video Converter to convert it to MP4 and WebM and then you can use HTML5 video.
+1
Ian Devlin
source
to share