Vanwege onderhoudswerkzaamheden die uw ervaring zouden moeten verbeteren, heeft deze website beperkte functionaliteit. Als een artikel uw probleem niet verhelpt en u een vraag wilt stellen, kan onze ondersteuningsgemeenschap u helpen in @FirefoxSupport op Twitter en /r/firefox op Reddit.

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

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

  • 2 antwoorden
  • 0 hebben dit probleem
  • 4 weergaven
  • Laatste antwoord van 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.

Alle antwoorden (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.