DOM:document.plugins
From MDC
[edit] Summary
Returns an HTMLCollection object containing one or more HTMLEmbedElements or null which represent the <embed> elements in the current document.
For a list of installed plugins, use
navigator.plugins instead.[edit] Syntax
embedArrayObj = document.plugins
[edit] Specification
DOM Level 0. Not part of any standard.