[webkit-gtk] How to develop NPAPI plugin with webkitgtk

Wadii Guedria wadii.gd at gmail.com
Mon Jul 5 02:45:57 PDT 2010


Hi,

I'd like to add plugins which call external C/C++ functions. So, I wonder if
someone has an idea how to do this with webkitgtk.
I need to have something like this, i, html page

<script type="text/javascript">
document.addEventListener('DOMContentLoaded', init, false);

function init (){
var myObject = document.getElementById('myObject');
myVideo.addEventListener('Error', handleError, false);
}
</script>

</head>
<body
<object type="class" id="myObject"></object>
myObject.cmethod();



Regards,
Wadii
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-gtk/attachments/20100705/d2b745a0/attachment.html>


More information about the webkit-gtk mailing list