This plugin displays a video controls user interface on video scenes.
json configuration
{
"story": { ... },
"plugins":
{
"engines":
[
{
"uid": "org.forgejs.videocontrols",
"url": "VideoControls/"
}
],
"instances":
[
{
"uid": "videocontrols",
"engine": "org.forgejs.videocontrols"
}
]
}
}
options
poster
- This is the url of the image resource used as a poster (preview) image (default isnull
).splashColor
- The background color of the splash screen (default isblack
).