src property
The address or URL of the a media resource (video, audio) that is to be considered.
Syntax
object.put_src(
string
URL);object.get_src(
string
* URL);
Property values
Type: BSTR
The address or URL of a media resource.
Standards information
- HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 4.8.9.2
Remarks
This property overrides a source element if both are used in a document.
See also
How to use HTML5 to play video files on your webpage