Javascript Reference
Categories: EMBED

javascript EMBED height, width

@March 15, 2008, 1:22 a.m.
height, widthFirefox/Netscape/NN 6 IE 4 Chrome/Safari/DOM n/a  

Read/Write  

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 rectangle of the applet after it has loaded.

 
Example
 
var controllerHeight = document.embeds["audioPlayer"].height;
 
Value

Integer.

 
Default

0


Powered by Linode.