Skip to content Skip to sidebar Skip to footer

Pass Url From Java Script To Npapi Plugin

I need to pass currently browsing url string which I have in my javascript to npapi plugin. How can I do this?

Solution 1:

Please see http://npapi.com/tutorial3

You need to create a NPObject to return to the page; you can then implement a method or property for making the call.

You may want to look at FireBreath; it simplifies all of this.

Post a Comment for "Pass Url From Java Script To Npapi Plugin"