Web Scripting supports a basic URL syntax to execute multiple functions one after the other.


Example


Function=OverlayInput1In&Input=NewsHD.xaml

Sleep 2000

Function=OverlayInput1Out


Syntax


The syntax for each line is the same as the query string used with the  vMix Web API exception without the URL portion


For example http://localhost:8088/API/?Function=Cut in the Web API would be just Function=Cut with Web Scripting


All the same parameters apply for example:


Function=Slide&Input=NewsHD.xaml&Duration=1000

Function=SetText&Input=NewsHD.xaml&SelectedName=Description&Value=Hello World


The only exception is the Sleep command which is unique to Web Scripting and will pause for a number of milliseconds between two functions.

URL encoding may need to be used when using special characters in the Value parameter.