The src
property sets or gets the src attribute of the track.
The src
attribute specifies the URL of the track file.
src |
Yes | 10.0 | Yes | Yes | Yes |
Return the src property.
var v = trackObject.src
Set the src property.
trackObject.src=URL
Value | Description |
---|---|
URL | Specifies the URL of the track file |
A String type value representing the URL of the track file.