James Messick wrote:
> How do you set Mozilla to play a Windows Media Video when you click on
> the link? I tried adding a new mime type to helper applications with the
> following info
>
> MIME Type: video/x-ms-wmv
> Description:L Windows Media Video
> Extension : wmv
>
> and set those to open with Media Player, but it don't work. Anyone
> figured this one out?
>
> jem
James
The way Mozilla works
it comes across a mime type
it checks to see if it can handle it internally
if it cant, it then checks to see if any of the plug ins can
if they cant, it then hands it off to the helper application as specified
However, this ONLY applies to mime types, NOT file types.
If a .wmv file is not being provided by the server with a proper mime type, then Mozilla will 'see' the file as text/plain (or whatever mime type the server is using for it)
Many sites use improper mime types (text/plain) for .wmv files. Because IE will play such files as .wmv files. Dollars to donuts the ones you are running into are not being served with the correct mime type (video/x-ms-wmv)
About the only thing you can do is inform the server administrator to correct their site.
--
Mozilla Champion
UFAQ -
http://www.UFAQ.org
Mozilla Champions -
http://mozillachampions.mozdev.org
Mozilla Manual -
http://mozmanual.mozdev.org/