After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 357466 - Don't identify as Windows Media Player at mixmegapol.se.
Don't identify as Windows Media Player at mixmegapol.se.
Status: RESOLVED DUPLICATE of bug 343007
Product: totem
Classification: Core
Component: Browser plugin (obsolete)
2.16.x
Other All
: Normal normal
: ---
Assigned To: totem-browser-maint
totem-browser-maint
Depends on:
Blocks:
 
 
Reported: 2006-09-24 15:15 UTC by Filip Palm
Modified: 2006-09-24 15:20 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Filip Palm 2006-09-24 15:15:23 UTC
Please describe the problem:
It would be nice if the browser plugin identified as the "Windows Media Player" at:
http://www.nwrweb.com/player/show/mixmegapol/mixmegapol/48


Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Using totem-CVS on Ubuntu Edgy Eft.
Comment 1 Bastien Nocera 2006-09-24 15:20:58 UTC
It already does, see about:plugins:
--8<---
      fHasWMP64 = (player.FileName != "");
      fHasWMP7 = (WMP7.URL == "");



  if (fHasWMP7) {

    WMPVer = WMP7.versionInfo;

    fHasWMP = true;
  } else if (fHasWMP64) {
    WMPVer = "6.4";
    fHasWMP = true;
  } else {
    WMPVer = "unknown";
    fHasWMP = false;
  }   
--8<---

Just that they're using a shit detection. We'd need to implement ::versionInfo and ::URL in the Javascript interface for this to work.

Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 343007 ***