Skip to content Skip to sidebar Skip to footer
Showing posts with the label Npapi

Hacks To Make Synchronous Javascript Calls

JavaScript uses asynchronous calls in most of the modern APIs dealing with 'slow' things li… Read more Hacks To Make Synchronous Javascript Calls

Cannot Access Npapi Functions In Firefox Extension

I'm having trouble getting an NPAPI plugin to load in a Firefox Extension. The way I'm doin… Read more Cannot Access Npapi Functions In Firefox Extension

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… Read more Pass Url From Java Script To Npapi Plugin

Unable To Pass Integer From Javascript To Npapi Plugin

I am writing a simple napapi plugin where I have to print the value passed from javascript function… Read more Unable To Pass Integer From Javascript To Npapi Plugin