I wanted to show an MPEG-4 video file on a web page. I'm talking about
a real iso-compliant file (with the .mp4 extension.)
I've been searching on how to use mime-types but it turns out that you
need to place a realvideo or quicktime file that links to the mpeg-4
file. But that's not what I want.
MPEG-4 is supposed to be the standard format for video on internet
(and also for other kinds of multimedia). So I want my MPEG-4 file
showing up just like a jpeg image. The visitors of the page need to
have the choice to install whatever plug-in they want, on any
platform. Most of them already do: quicktime, realone, 3ivx, mplayer
and vlc all have browser plug-ins.
Does anybody know if there is or will ever be mime-type or something
that should be used as the default way of embedding an MPEG-4 file in
html?
a real iso-compliant file (with the .mp4 extension.)
I've been searching on how to use mime-types but it turns out that you
need to place a realvideo or quicktime file that links to the mpeg-4
file. But that's not what I want.
MPEG-4 is supposed to be the standard format for video on internet
(and also for other kinds of multimedia). So I want my MPEG-4 file
showing up just like a jpeg image. The visitors of the page need to
have the choice to install whatever plug-in they want, on any
platform. Most of them already do: quicktime, realone, 3ivx, mplayer
and vlc all have browser plug-ins.
Does anybody know if there is or will ever be mime-type or something
that should be used as the default way of embedding an MPEG-4 file in
html?
Comment