Javascript Reference
Categories: EMBED

javascript EMBED src

@March 15, 2008, 1:22 a.m.
srcFirefox/Netscape/NN n/a IE 4(Win) Chrome/Safari/DOM n/a  

Read/Write  

Indicates URL of the external content file associated with the object. Although some controllers may respond to changes of this attribute, it is more reliable to load a different file into the controller via its own loading method or property.

 
Example
 
document.embeds["myEmbed"].src = "tunes/dannyboy.wav";
 
Value

Complete or relative URL as a string.

 
Default

None.


Powered by Linode.