plugins Property
Returns an IHTMLElementCollection object that represents the EMBED elements contained in the specified page.
expression.plugins
expression Required. An expression that returns one of the above objects.
Remarks
The plugins property returns the same collection as the embeds property.
Example
The following example sets an object reference to the first item in the collection of embedded objects in the active document.
Dim objPlugIn As FPHTMLEmbed
Set objPlugIn = ActiveDocument.plugins.Item(0)