I have written a script that on execution lets the user record a message by accessing their microphone and stores it.
I want to make this script useable over my website, which will require me to write a plug-in for the browser. Is there 开发者_如何学运维a good tutorial that will teach me how to write this plug in and set it up. is there another way.
You'll definitely want to look at:
https://developer.mozilla.org/en/Plugins
and
http://code.google.com/chrome/extensions/npapi.html
That were from the post Ignacio linked: How to write a browser plugin?
精彩评论