Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Add dynamic Launch parameters to your project by adding “?exeLunchArgs=” after the URL and then the parameter you want, ex -Project=TestProject

...

Tip

https://connector.eagle3dstreaming.com/v5/demo/E3DSFeaturesTemplate/E3DS-Iframe-Demo?exeLunchArgs=-Project=TestProject -id=6 -var2=666 -email=myemail@gmail.com

Info

Notice the space in between these two variables:  "-id=4 -var2=666"

If you paste this URL into the browser then the browser will transform all spaces into %20 . So the final URL will become like this:

https://connector.eagle3dstreaming.com/v5/demo/E3DSFeaturesTemplate/E3DS-Iframe-Demo&showbrowserMouse=1&exeLunchArgs=-Project=TestProject%20-id=6%20-var2=666%20%20-email=myemail@gmail.com

...