Automatic play, pause, switch, fast forward YouTube videos. Text to speech and other editions. Embedding in Liascript possible but not necessary.
Controlling one or more YouTube players and other outputs with a sequence of commands.
Graphic editor for the commands.
Base Classes
EVSInstance (class)
Each instance can execute a script and contains variables for the script.
EVSCommandType (class)
EduVideoScript Command Type. Contains name, description, parameter name and type list and EVSCommand build function.
EVSCommand (abstract class) Contains Command Type, parameter and if the command is running.
Contains Array COMMAND_TYPES
with all implemented Commands
commands:
- wait
- log
- alert
- say
- openYTPlayer
- playYTVideo
- pauseYTVideo
- seekYTVideo
- changeYTVideo
- waitYTVideoTime
contains functions for controlling the youtube iframe api
contains functions for controlling the responsive voice api
Website for executing the script
Graphic editor for editing the script.
Editor Code
contains colors of commands