Re: problem with WMP and firefox
- From: MacFly <dummy@xxxxxxxxx>
- Date: Sat, 20 Oct 2007 19:00:01 +0200
Hello,
As our backend are different, I don't know if it can help you.
And in my case, I play mpg video files not wmv.
But, to play correctly my mpg file in WMP plugin, I have written this in my servlet's code:
response.setContentType("application/octet-stream");
If I specify the content length like this: response.setContentLength((int)myFile.length());
It doesn't work! maybe this is your problem....
Hope it can help you.
Bye
bryanp10@xxxxxxxxxxx wrote:
Oh I guess my problem is slightly different then... should have read.
the rest of your message! The cookies don't seem to be an issue,
because it definitely is downloading the WMV file. It just doesn't
*play* it. Like, maybe I'm missing something in the header? Here's
my headers, any ideas? (just checked, cookies are the same)
Response Headers:
Server Microsoft-IIS/5.1
Date Fri, 19 Oct 2007 21:45:30 GMT
X-Powered-By ASP.NET
X-AspNet-Version 2.0.50727
Connection Keep-Alive
Cache-Control public
Content-Type application/x-ms-wmv
Content-Length 36906575
Request Headers:
Host localhost
User-Agent Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.7)
Gecko/20070914 Firefox/2.0.0.7
Accept text/xml,application/xml,application/xhtml+xml,text/
html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Accept-Language en-us,en;q=0.5
Accept-Encoding gzip,deflate
Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive 300
Connection keep-alive
Referer http://localhost/project/playmedia.aspx?mediaID=4
- References:
- problem with WMP and firefox
- From: MacFly
- Re: problem with WMP and firefox
- From: bryanp10@xxxxxxxxxxx
- Re: problem with WMP and firefox
- From: MacFly
- Re: problem with WMP and firefox
- From: bryanp10@xxxxxxxxxxx
- problem with WMP and firefox
- Prev by Date: Re: problem with WMP and firefox
- Next by Date: Re: WMP/Netscape catch playState
- Previous by thread: Re: problem with WMP and firefox
- Next by thread: dat file from webpage - want to save as WMV or something for later
- Index(es):
Relevant Pages
|