搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

How can I detect if WMP PLUGIN for FF is installed on client computer

  • 2 回覆
  • 0 有這個問題
  • 4 次檢視
  • 最近回覆由 cor-el

more options

Using Javascript I can detect whether Windows Media Player is installed but I want to be able to detect whether the FF WMP plugin is installed. I've searched the web but can't find an answer to this. Can anyone help? Thanks.

Using Javascript I can detect whether Windows Media Player is installed but I want to be able to detect whether the FF WMP plugin is installed. I've searched the web but can't find an answer to this. Can anyone help? Thanks.

所有回覆 (2)

more options

You can't detect the player directly, you can only detect the plugin (navigator.plugins).

A good place to ask questions and advice about web development is at the MozillaZine Web Development/Standards Evangelism forum. The helpers at that forum are more knowledgeable about web development issues. You need to register at the MozillaZine forum site in order to post at that forum. See http://forums.mozillazine.org/viewforum.php?f=25

more options

Cor-el, thanks for your suggestion. I'll follow it up.