I have implemented a plugin using google PPAPI and compiled it with ppapi toolchain to get a dll file for the same. (Not compiled with native client toolchain)
I am trying to load the plugin in google chrome browser. for that i have used embed tag in html file. i put the html file and dll file both in local host in same location (apache server). while accessing local host from browser i an seeing the webpage but plugin is not loading.
Do i need to enable/disable any flag? i made native client enable. do the dll file (plugin) will be in different location?
Please help me. i am stuck here.
See "Running a plugin in Chrome": http://www.chromium.org/developers/design-documents/pepper-plugin-implementation You need to use the --register-pepper-plugins command-line flag.
Note that: