Video player
Examples
{
"feature_id": "7003",
"type": "videoplayer",
"src": "https://www.youtube.com/watch?feature=player_detailpage&v=StPjbJc8Lcc"
}
Attributes
-
type string
Use the value "videoplayer" for this field.
Default:
"videoplayer"
-
player_type string
Defines the type of video player you want to create.
-
caption string
Description of the video being played
-
crossorigin string
Defines the crossorigin attribute for the video player.
To remove the attribute,
"no-cors"
must be used. Not setting a value, or setting an invalid value will result in"anonymous"
for backwards compatibility.Default:
"anonymous"
Possible values
"anonymous"
"use-credentials"
"no-cors"
-
heading string
Heading of the video
-
metadata object
Additional data for the video player
-
metadata.transcript string
The transcript for the video being played
-
simplefeature_id string
Default:
""