Open video player
- 18 May 2022
- 1 Minute to read
-
DarkLight
-
PDF
Open video player
- Updated on 18 May 2022
- 1 Minute to read
-
DarkLight
-
PDF
Opens a native video player to play a video from an external URL or the local filesystem.
Once the user closes the video player, the first output is triggered.
If there is an error, the second output is triggered.
Input arguments
Label | Key | Type | Required? | Default | Description |
---|---|---|---|---|---|
Video source | source |
String(local-filesystem-reference)|String(web-url) | Yes | – | External URL or local filesystem path to the video file to play. |
Show close button? | showCloseButton |
Boolean | No | – | If true , show a button to close the video being played. |
Output arguments
Number of outputs: 2
No output arguments.
Events
No events.
Errors
Label | Code | Description |
---|---|---|
Unknown error | unknown |
Thrown if an unknown error occurred while playing the video file. |
Was this article helpful?