javascript EMBED scrollLeft, scrollTop

Provide the distance in pixels between the actual left or top edge of the EMBED element's physical content and the left or top edge of the visible por

javascript EMBED scrollHeight, scrollWidth

Originally implemented in IE 4 for elements that either scrolled or influenced an EMBED element's scroll

javascript EMBED readyState

Returns the current download status of the EMBED object's content. This property provides intermediate information about the loading process.

javascript EMBED pluginspage

Indicates the URL for downloading and installing the plugin necessary to run the current object's embedded data.

javascript EMBED palette

Returns the setting of the palette attribute of the embed object.

javascript EMBED name

Reflects the name attribute value of the element's tag.

javascript EMBED hidden

Specifies whether the embedded data's plugin control panel appears on the screen. Changes to this property force the page to reflow its content to m

javascript EMBED height, width

Provide the height and width in pixels of the element as set by the tag attributes. Changing the values does not necessarily change the actual recta

javascript EMBED focus( )

javascript EMBED clientLeft, clientTop

Broadly speaking, these provide the left and top coordinates of the EMBED element's content within the box that includes the EMBED element's padding

javascript EMBED clientHeight, clientWidth

Broadly speaking, these provide the height and width of the EMBED element's content, but with minor variations with respect to element padding among v

javascript EMBED blur( )

javascript EMBED align

Defines the alignment of the element within its surrounding container.

javascript EMBED accessKey

This is single character key that either gives focus to an EMBED element (in some browsers) or activates a form control or link action

javascript EMBED Description

The embed object reflects the embed element. Although the embed object is losing favor to the object element in recent browser generations,