currentSrc property
Gets the address or URL of the current media resource (video,audio) that is selected by IHTMLMediaElement.
Syntax
object.get_currentSrc(* URL);
Property values
Type: BSTR
The current media resource address.
Standards information
- HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 4.8.9.2
Remarks
currentSrc returns an empty string if a media resource has not been specified.