mthurlin
mthurlin

Reputation: 27295

How to tell Firefox where to find my plugin?

I have a webpage that uses a custom plugin, like this:

<embed height="0" width="0" type="application/mozilla-plugin-myplugin" id="myplugin">

Now, whenever someone visits this page without the plugin installed, Firefox popups a yellow bar telling the user that not all plugins are installed. So far so good.

But, when the user presses the button in the yellow bar to get help installing the plugin, Firefox of course can't find it.

So, the question is: How do I tell Firefox the url where my plugin can be found?

Upvotes: 0

Views: 512

Answers (1)

Vincent Ramdhanie
Vincent Ramdhanie

Reputation: 103145

You need to use the pluginspage attribute to tell the browser where to find the plugin. This article will help.

Upvotes: 2

Related Questions