Document.embeds[] (Collection)

An array of all the <EMBED> tag objects within the document.

Availability:

JavaScript - 1.1
JScript - 3.0
Internet Explorer - 4.0
Netscape - 3.0
Opera - 3.0
Property/method value type:EmbedArray object
JavaScript syntax:-myDocument.embeds
HTML syntax:<EMBED>

Each <EMBED> tag is represented here by an object. The embeds are encapsulated in the same JavaObject objects as are used for the Java applets.

Every embedded plugin will respond to different suites of property and method messages although there may be some similarities between some plugins that serve the same purpose.

Warnings:

See also:<EMBED>, Document object, Document.applets[], Document.plugins[], Embed object, EmbedArray object, JavaObject object, LiveConnect

Property attributes:

ReadOnly.