0

I want to create a dockable window on a web browser using Firebreath. The plugin, when registered, should be invoked by the browser and displayed in some section of the browser. I am new to this, so any help will be appreciated.

Courtney Christensen
  • 9,165
  • 5
  • 47
  • 56

1 Answers1

2

You can't do this with FireBreath; what you need is an extension (add-on), not a plugin.

See http://npapi.com/extensions

taxilian
  • 14,229
  • 4
  • 34
  • 73
  • worth mentioning that if you create an extension you could potentially use a firebreath plugin to provide additional functionality. Many people have used FireBreath that way. – taxilian Apr 27 '11 at 16:13