Re: Windows Media Player in Firefox Causing Reload

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



On Mon, 4 Aug 2008 19:30:47 -0700 (PDT), pbd22 <dushkin@xxxxxxxxx>
wrote:

anybody out there?

Yes, but not at 3AM our time (when you posted, 19:30:47 -0700 PDT)

In any case this is a peer support group, which means user to user, so
you can only expect an answer "sometime soon" when somebody able to
answer it (a web developer, like me) turns up and happens to spot the
message.


the embed tag in firefox points to the dynamic ASX file that
has codebehind that logs the visit. then it renders the ASX
returns it with the response type:

Response.ContentType = "video/x-ms-asf"

WHen I go to this ASX with IE the log works as it should.

But, with FF the browser reloads at the beginning. I have
no clue whatsoever why this is happening.


Probably javascript page reload from one of the Postback actions -
without any clues on the complete page code sent to the client, i.e.
without a web address it's impossible to generalise of course.

..NET "postback" isn't really a background postback, it's a page reload
using POST or GET request, as opposed to a more AJAX styled background
HTTP POST which wouldn't require a page reload to recover updated page
content.

One thing worth knowing : When WMP sends a request for an ASX playlist
supplied as the <param name="URL" /> of an <object /> element (or the
FileName attribute an <embed /> element), it hands that off to the
browser to make the request.

When the browser determines the MIME type, it hands it back to the
plugin control, and the plugin then requests the media file and/or
playlist again.

So you may well see 2 log entries in your web server logs per request,
one from (apparently) the browser, and a second from media player
plugin.

You can check this behaviour in your browser using the Fiddler
debugging proxy configured for Firefox (set firefox to look for a
proxy on 127.0.0.1 port 8888)

Speaking of plugins, which do you have installed there - the old
(default) firefox NPAPI netscape style plugin, or the Port 25 Firefox
plugin from one of the MS "open source" teams ?

Indeed, which version of Firefox, media player, and operating system
do you have come to think of it ?

HTH
Cheers - Neil
------------------------------------------------
Digital Media MVP : 2004-2008
http://mvp.support.microsoft.com/mvpfaqs
.



Relevant Pages

  • Plugin per Safari
    ... La scelta era caduta su Firefox solamente per la presenza dei moltissimi add-on che permettono di personalizzare ed aggiungere nuove funzioni al browser. ... Tuttavia sento la mancanza di due plugin per Firefox di cui non riesco a trovare buoni sostituti per Safari: ... Il secondo mi sembra migliore, ma i passaggi da fare prima che si avvii sono quasi doppo rispetto a Downloadthemall. ...
    (it.comp.macintosh)
  • Re: OT: Mozilla Firefox 3 is out as of yesterday
    ... Normally the browser will make one request to a web page at a time. ... Alter the entries as follows: ... I think before you try this, you better have a fresh copy of firefox ...
    (alt.sys.pc-clone.dell)
  • Re: how to modify text in html form from python
    ... By plugin I mean the browsers' extensions: ex: ... >>> server is to get the client to submit the form. ... > download something to the browser to run without rendering *something* ... Every HTTP request goes the same: ...
    (comp.lang.python)
  • Re: embedding pdf viewers in firefox
    ... usually run firefox browser (i note that gnome has built in browser ... Anyhow, if you are running native FreeBSD firefox, then simply install ... This includes a browser plugin that has the effect you ... Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org ...
    (freebsd-hackers)
  • Re: WMP11 plugin not included for use in Firefox
    ... WPF/E is a browser plugin microsoft are currently working on. ... WMP work with Firefox and SeaMonkey. ...
    (microsoft.public.windowsmedia)