当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

how do I find out what plugin is missing?

  • 2 件の返信
  • 4 人がこの問題に困っています
  • 4 回表示
  • 最後の返信者: cor-el

more options

Trying to access a HP ESL G3 tape library using Firefox, I get the message that additional plugins are needed. How do I found out what plugins are needed?

Trying to access a HP ESL G3 tape library using Firefox, I get the message that additional plugins are needed. How do I found out what plugins are needed?

すべての返信 (2)

more options

If HP doesn't have a ready answer for this, you can look at the HTML source code of the page. You aren't going to read every word, but instead run a couple of Find operations.

  • Select the entire page using Ctrl+u
  • Right-click and choose View Selection Source
  • After the page loads, open the find bar using Ctrl+f
  • Search for the following:
<object

The tag usually contains a "type" such as "application/x-shockwave-flash" that Firefox will try to match with one of your plugins. There might be multiple <object> tags in the page, so try Next until you've seen them all, and make a note of the various types you find.

  • Search for the following:
<embed

Similar process here.

  • You're done with source view. You can close the window.

Can you report back on what types you found?

more options