M
MM
Hi,
I want to embed an AVI movie file in my webpage. One way of doing this is as
follows:
<EMBED SRC="movie.avi" PLUGINSPAGE="foo.html">
If I do so I assume that for most people the movie will open in WIndows
Media Player, since this is usually the default player for AVI files.
However, is there any way I can make the movie open in QuickTime Player
instead (assuming the user has QT installed)? QT has many advantages as I
see it, compared to Media Player.
I tried the following without any luck:
<EMBED SRC="movie.avi" TYPE="video/quicktime"
PLUGINSPAGE="http://www.apple.com/quicktime/">
Thanks in advance,
MM
I want to embed an AVI movie file in my webpage. One way of doing this is as
follows:
<EMBED SRC="movie.avi" PLUGINSPAGE="foo.html">
If I do so I assume that for most people the movie will open in WIndows
Media Player, since this is usually the default player for AVI files.
However, is there any way I can make the movie open in QuickTime Player
instead (assuming the user has QT installed)? QT has many advantages as I
see it, compared to Media Player.
I tried the following without any luck:
<EMBED SRC="movie.avi" TYPE="video/quicktime"
PLUGINSPAGE="http://www.apple.com/quicktime/">
Thanks in advance,
MM