GNOME Bugzilla – Bug 357466
Don't identify as Windows Media Player at mixmegapol.se.
Last modified: 2006-09-24 15:20:58 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.
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 ***