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
_______________________________________________
webkit-gtk mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-gtk